9 lines
406 B
Plaintext
9 lines
406 B
Plaintext
data_directory = '/var/lib/postgresql/data'
|
|
use_replication_slots = on
|
|
pg_bindir = '/usr/lib/postgresql/15/bin/'
|
|
failover = automatic
|
|
promote_command = '/usr/bin/repmgr standby promote -f /etc/repmgr.conf --log-to-file'
|
|
follow_command = '/usr/bin/repmgr standby follow -f /etc/repmgr.conf --log-to-file --upstream-node-id=%n'
|
|
primary_visibility_consensus = on
|
|
|