X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=postgresql.sysconfig;h=d3f8f85fe0444f55e5191e7af4b61bd92f19aa4b;hb=3d353d40fe5fc407ea56d0eaf17e512fc6ec56d8;hp=f3f4735ab87c5c9bf3127ad8c1bdf74368d4282f;hpb=c6f188b0a79186234a5126fda5b80a8946532d04;p=packages%2Fpostgresql.git diff --git a/postgresql.sysconfig b/postgresql.sysconfig index f3f4735..d3f8f85 100644 --- a/postgresql.sysconfig +++ b/postgresql.sysconfig @@ -4,20 +4,15 @@ # Edit postgresql.conf file in database cluster directory to configure # PostgreSQL. If you want to start more than one PostgreSQL instance, # you should change TCP/IP port, at least. -# -# Under systemd each cluster is started under a different postgresql@.service -# instance, the default being postgresql@var-lib-pgsql.service -# -# To enable a new one use; /bin/systemctl enable postgresql@${instance}.service # locale used at service postgresql init # PG_INIT_LOCALE=C # standard setting -PG_DB_CLUSTERS="/var/lib/pgsql" +PG_DB_CLUSTERS="/var/lib/pgsql/9.6/main" # predictable usage -# PG_DB_CLUSTERS="/var/lib/pgsql/01 /var/lib/pgsql/02" +# PG_DB_CLUSTERS="/var/lib/pgsql/9.6/server1 /var/lib/pgsql/9.6/server2" # new database disk arrived -# PG_DB_CLUSTERS="/var/lib/pgsql/01 /var/lib/pgsql/02 /mnt/db/01" +# PG_DB_CLUSTERS="/var/lib/pgsql/9.6/server1 /var/lib/pgsql/9.6/server2 /mnt/pgsql/9.6/server3"