Fix inconsistent repmgr.conf path in failover cfg

The examples of `promote_command` and `follow_command` reference the
`repmgr.conf` file under a different path from the rest of the README.
This makes them consistent with the rest of the README.
This commit is contained in:
Gunnlaugur Thor Briem
2016-08-16 02:06:09 +00:00
committed by Ian Barwick
parent c4f84bd777
commit 465f1a73a5

View File

@@ -1110,8 +1110,8 @@ To use `repmgrd` for automatic failover, the following `repmgrd` options must
be set in `repmgr.conf`:
failover=automatic
promote_command='repmgr standby promote -f /etc/repmgr/repmgr.conf'
follow_command='repmgr standby follow -f /etc/repmgr/repmgr.conf'
promote_command='repmgr standby promote -f /etc/repmgr.conf'
follow_command='repmgr standby follow -f /etc/repmgr.conf'
(See `repmgr.conf.sample` for further `repmgrd`-specific settings).