Files
postgresrepmgr/repmgr.conf

9 lines
406 B
Plaintext
Raw Normal View History

2026-02-20 11:06:41 +01:00
data_directory = '/var/lib/postgresql/data'
use_replication_slots = on
2026-02-20 11:18:34 +01:00
pg_bindir = '/usr/lib/postgresql/15/bin/'
2026-02-20 14:17:14 +01:00
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