]> git.pld-linux.org Git - packages/postgresql.git/blame - postgresql.sysconfig
rebuild with perl 5.34.0
[packages/postgresql.git] / postgresql.sysconfig
CommitLineData
9f8470ac 1# $Revision$
2
78ad7793 3#
4# Edit postgresql.conf file in database cluster directory to configure
4a3df9d9
PG
5# PostgreSQL. If you want to start more than one PostgreSQL instance,
6# you should change TCP/IP port, at least.
78ad7793 7#
d183f71c
JK
8# Under systemd each cluster is started under a different postgresql@.service
9# instance, the default being postgresql@var-lib-pgsql.service
10#
11# To enable a new one use; /bin/systemctl enable postgresql@${instance}.service
78ad7793 12
d5258758
AM
13# locale used at service postgresql init
14# PG_INIT_LOCALE=C
15
24852107 16# standard setting
fb01847a 17PG_DB_CLUSTERS="/var/lib/pgsql"
9d56d95e 18
24852107 19# predictable usage
f0f28128 20# PG_DB_CLUSTERS="/var/lib/pgsql/01 /var/lib/pgsql/02"
9d56d95e 21
24852107 22# new database disk arrived
f0f28128 23# PG_DB_CLUSTERS="/var/lib/pgsql/01 /var/lib/pgsql/02 /mnt/db/01"
This page took 0.179517 seconds and 4 git commands to generate.