mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-25 16:16:29 +00:00
19 lines
752 B
Plaintext
19 lines
752 B
Plaintext
<chapter id="repmgr-primary-unregister" xreflabel="repmgr primary unregister">
|
|
<indexterm><primary>repmgr primary unregister</primary></indexterm>
|
|
<title>repmgr primary unregister</title>
|
|
<para>
|
|
<command>repmgr primary register</command> unregisters an inactive primary node
|
|
from the &repmgr; metadata. This is typically when the primary has failed and is
|
|
being removed from the cluster after a new primary has been promoted.
|
|
</para>
|
|
<para>
|
|
Execute with the <literal>--dry-run</literal> option to check what would happen without
|
|
actually unregistering the node.
|
|
</para>
|
|
|
|
<para>
|
|
<command>repmgr master unregister</command> can be used as an alias for
|
|
<command>repmgr primary unregister</command>/
|
|
</para>
|
|
</chapter>
|