mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 08:56:29 +00:00
Make it clearer that a witness node counts as a "sibling node"
It's not attached to the primary per-se, but needs to know what the current primary is in order to correctly synchronise its copy of the metadata. Per GitHub #560.
This commit is contained in:
@@ -26,7 +26,9 @@
|
||||
these to follow the new primary if the option <literal>--siblings-follow</literal>
|
||||
is specified. This requires a passwordless SSH connection between the promotion
|
||||
candidate (new primary) and the nodes attached to the demotion candidate
|
||||
(existing primary).
|
||||
(existing primary). Note that a witness server, if in use, is also
|
||||
counted as a "sibling node" as it needs to be instructed to
|
||||
synchronise its metadata with the new primary.
|
||||
</para>
|
||||
<note>
|
||||
<para>
|
||||
|
||||
Reference in New Issue
Block a user