primary unregister: ensure correct behaviour when executed on a witness

Fixes GitHub #548.
This commit is contained in:
Ian Barwick
2019-02-15 19:48:12 +09:00
parent 85a97c933f
commit 629c552348
3 changed files with 40 additions and 5 deletions

View File

@@ -173,7 +173,7 @@ REPMGRD_OPTS="--daemonize=false"</programlisting>
<listitem>
<para>
&repmgr;: when executing <command><link linkend="repmgr-witness-register">repmgr witness register</link></command>,
chech the node to connected is actually the primary (i.e. not the witness server). (GitHub #528).
chech the node to connected is actually the primary (i.e. not the witness server). GitHub #528.
</para>
</listitem>
@@ -207,6 +207,13 @@ REPMGRD_OPTS="--daemonize=false"</programlisting>
</para>
</listitem>
<listitem>
<para>
ensure <command><link linkend="repmgr-primary-unregister">repmgr primary unregister</link></command>
behaves correctly when executed on a witness server. GitHub #548.
</para>
</listitem>
</itemizedlist>
</para>
</sect2>