Files
postgresrepmgr/repmgr.conf
Bernhard Radermacher 1b6a43f113 start repmgrd
2026-02-20 14:17:14 +01:00

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