mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 08:36:30 +00:00
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:
committed by
Ian Barwick
parent
c4f84bd777
commit
465f1a73a5
@@ -1110,8 +1110,8 @@ To use `repmgrd` for automatic failover, the following `repmgrd` options must
|
|||||||
be set in `repmgr.conf`:
|
be set in `repmgr.conf`:
|
||||||
|
|
||||||
failover=automatic
|
failover=automatic
|
||||||
promote_command='repmgr standby promote -f /etc/repmgr/repmgr.conf'
|
promote_command='repmgr standby promote -f /etc/repmgr.conf'
|
||||||
follow_command='repmgr standby follow -f /etc/repmgr/repmgr.conf'
|
follow_command='repmgr standby follow -f /etc/repmgr.conf'
|
||||||
|
|
||||||
(See `repmgr.conf.sample` for further `repmgrd`-specific settings).
|
(See `repmgr.conf.sample` for further `repmgrd`-specific settings).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user