cluster/services/patroni: enable synchronous mode

This commit is contained in:
Max Headroom 2024-08-14 14:23:17 +02:00
parent a61f97cccf
commit ff0744f600

View file

@ -61,6 +61,7 @@ in
};
use_pg_rewind = true;
use_slots = true;
synchronous_mode = true;
authentication = {
replication.username = "patronirep";
rewind.username = "patronirew";
@ -71,6 +72,7 @@ in
wal_level = "replica";
hot_standby_feedback = "on";
unix_socket_directories = "/tmp";
synchronous_commit = "on";
};
pg_hba = [
"host replication patronirep ${net} scram-sha-256"