"standby clone": document --recovery-conf-only option

This commit is contained in:
Ian Barwick
2018-02-23 10:54:42 +09:00
parent 1f021dc9fa
commit ed0330c334
5 changed files with 153 additions and 1 deletions

View File

@@ -180,6 +180,16 @@
</para>
</sect2>
<sect2 id="faq-repmgr-clone-other-source" >
<title>Can I use a standby not cloned by &repmgr; as a &repmgr; node?</title>
<para>
Yes - use <link linkend="repmgr-standby-create-recovery-conf">repmgr standby clone --recovery-conf-only</link> to create the node's
<filename>recovery.conf</filename> file, and
<link linkend="repmgr-standby-register">register the node</link> as usual.
</para>
</sect2>
</sect1>
<sect1 id="faq-repmgrd" xreflabel="repmgrd">