add some comment
This commit is contained in:
parent
66c20020fc
commit
a8b2476288
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.postgresql.environment = lib.mkIf (builtins.elem myName mapping.db.slaves) {
|
systemd.services.postgresql.environment = lib.mkIf (builtins.elem myName mapping.db.slaves) {
|
||||||
|
# Currently unused cause pwd is mannually set during basebackup
|
||||||
PGPASSFILE = "${config.age.secrets.repli.path}";
|
PGPASSFILE = "${config.age.secrets.repli.path}";
|
||||||
};
|
};
|
||||||
services.postgresql = {
|
services.postgresql = {
|
||||||
|
@ -73,6 +74,7 @@ in
|
||||||
wal_level = "logical";
|
wal_level = "logical";
|
||||||
wal_receiver_timeout = "60s";
|
wal_receiver_timeout = "60s";
|
||||||
max_wal_senders = 16;
|
max_wal_senders = 16;
|
||||||
|
# Should be override by postgreqql.auto.conf generated by pg_basebackup
|
||||||
primary_conninfo = "host=${masterIP} port=5432 user=replication";
|
primary_conninfo = "host=${masterIP} port=5432 user=replication";
|
||||||
hot_standby = "on";
|
hot_standby = "on";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue