mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
do not enable autofailover by default
Autofailover is an experimental feature which should not be enabled by default. The user has to be aware of what he is doing when enabling it.
This commit is contained in:
@@ -22,7 +22,7 @@ reconnect_attempts=6
|
||||
reconnect_interval=10
|
||||
|
||||
# Autofailover options
|
||||
failover=automatic
|
||||
failover=manual
|
||||
priority=-1
|
||||
promote_command='repmgr standby promote -f /path/to/repmgr.conf'
|
||||
follow_command='repmgr standby follow -f /path/to/repmgr.conf -W'
|
||||
|
||||
Reference in New Issue
Block a user