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:
Christian Kruse
2014-02-11 09:27:31 +01:00
parent ca470647cb
commit 5ff1beeea7

View File

@@ -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'