cluster/services/patroni: keep at least 2GB of WAL
This commit is contained in:
parent
5257d4e70b
commit
1e2b63a290
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ in
|
|||
hot_standby_feedback = "on";
|
||||
unix_socket_directories = "/tmp";
|
||||
synchronous_commit = "on";
|
||||
wal_keep_size = 2048;
|
||||
};
|
||||
pg_hba = [
|
||||
"host replication patronirep ${net} scram-sha-256"
|
||||
|
|
Loading…
Reference in a new issue