repmgr: fix "primary_slot_name" when using "standby clone" with --recovery-conf-only

Addresses GitHub #474.
This commit is contained in:
Ian Barwick
2018-07-17 13:35:45 +09:00
parent 81de200561
commit 673bde2b7f
3 changed files with 13 additions and 3 deletions

View File

@@ -170,6 +170,13 @@
</para>
</listitem>
<listitem>
<para>
When using <command><link linkend="repmgr-standby-clone">repmgr standby clone</link></command>
with <option>--recovery-conf-only</option> and replication slots, ensure
<varname>primary_slot_name</varname> is set correctly. (GitHub #474).
</para>
</listitem>
</itemizedlist>
</para>