"primary register": ensure --force works if another primary is registered but not running

This commit is contained in:
Ian Barwick
2019-04-23 16:50:17 +09:00
parent 216f274c15
commit 3b96b2afce
2 changed files with 29 additions and 30 deletions

View File

@@ -48,9 +48,10 @@
<listitem>
<para>
&repmgr;: when executing <link linkend="repmgr-standby-clone"><command>repmgr standby clone</command></link>
in <option>--dry-run</option> mode, ensure provision of the <option>--force</option> option
does not result in an existing data directory being modified in any way.
&repmgr;: when executing <link linkend="repmgr-primary-register"><command>repmgr primary register</command></link>
with the <option>--force</option> option, if another primary record exists but the associated node is
unreachable (or running as a standby), set that node's record to inactive to enable the current node
to be registered as a primary.
</para>
</listitem>