mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 08:36:30 +00:00
After switchover, enable sibling standbys to follow new primary
This commit is contained in:
12
README.md
12
README.md
@@ -37,11 +37,13 @@ The following commands are available:
|
||||
repmgr standby unregister
|
||||
repmgr standby promote
|
||||
repmgr standby follow
|
||||
repmgr standby switchover
|
||||
|
||||
repmgr bdr register
|
||||
repmgr bdr unregister
|
||||
|
||||
repmgr node status
|
||||
repmgr node check
|
||||
|
||||
repmgr cluster show
|
||||
repmgr cluster event [--all] [--node-id] [--node-name] [--event] [--event-matching]
|
||||
@@ -55,6 +57,16 @@ The following commands are available:
|
||||
|
||||
`master register` can be used as an alias for `primary register`.
|
||||
|
||||
* `standby switchover`
|
||||
|
||||
...
|
||||
|
||||
If other standbys (siblings of the promotion candidate) are connected
|
||||
to the demotion candidate, if `--siblings-follow` is specified `repmgr`
|
||||
can instruct these to follow the new primary. Note this can only work
|
||||
if the configuration file on each sibling is the same path as specifed
|
||||
in -f/--config-file or -C/--remote-config-file.
|
||||
|
||||
* `cluster show`
|
||||
|
||||
Displays information about each active node in the replication cluster. This
|
||||
|
||||
Reference in New Issue
Block a user