cluster/services/patroni: keep at least 2GB of WAL

This commit is contained in:
Max Headroom 2024-08-15 23:16:22 +02:00
parent 5257d4e70b
commit 1e2b63a290

View file

@ -73,6 +73,7 @@ in
hot_standby_feedback = "on"; hot_standby_feedback = "on";
unix_socket_directories = "/tmp"; unix_socket_directories = "/tmp";
synchronous_commit = "on"; synchronous_commit = "on";
wal_keep_size = 2048;
}; };
pg_hba = [ pg_hba = [
"host replication patronirep ${net} scram-sha-256" "host replication patronirep ${net} scram-sha-256"