psql
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
package = pkgs.postgresql_17;
|
||||
|
||||
settings = {
|
||||
wal_level = "replica";
|
||||
listen_addresses = "*";
|
||||
wal_level = "logical";
|
||||
archive_mode = "on";
|
||||
archive_command = "${pkgs.pgbackrest}/bin/pgbackrest --stanza=main archive-push %p";
|
||||
max_wal_senders = 3;
|
||||
|
||||
Reference in New Issue
Block a user