The Simulacrum: Stage 3 #110

Merged
max merged 10 commits from pr-simulacrum-stage-3 into master 2024-08-14 18:59:07 +03:00
Showing only changes of commit ff0744f600 - Show all commits

View file

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