Set nicer default Patroni values re: replication

This commit is contained in:
Joshua Boniface 2023-09-01 15:42:20 -04:00
parent dbf6e52f3c
commit e118267843
1 changed files with 7 additions and 0 deletions

View File

@ -17,6 +17,10 @@ bootstrap:
maximum_lag_on_failover: 1048576
postgresql:
use_pg_rewind: true
parameters:
wal_keep_segments: 64
max_wal_senders: 8
max_replication_slots: 8
initdb:
- encoding: UTF8
@ -55,6 +59,9 @@ postgresql:
password: '{{ pvc_superuser_database_password }}'
parameters:
unix_socket_directories: '/run/postgresql'
wal_keep_segments: 64
max_wal_senders: 8
max_replication_slots: 8
tags:
nofailover: false