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";
|
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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue