doc: tweak "repmgr standby clone" reference

As recovery.conf starts to fade away, mention that last.
This commit is contained in:
Ian Barwick
2020-11-10 16:07:22 +09:00
parent 7ee0098771
commit 703aed3fa3

View File

@@ -365,14 +365,14 @@ pg_basebackup_options='--waldir=/path/to/wal-directory'</programlisting>
<para>
Create recovery configuration for a previously cloned instance.
</para>
<para>
In PostgreSQL 11 and earlier, the replication configuration will be
written to <filename>recovery.conf</filename>.
</para>
<para>
In PostgreSQL 12 and later, the replication configuration will be
written to <filename>postgresql.auto.conf</filename>.
</para>
<para>
In PostgreSQL 11 and earlier, the replication configuration will be
written to <filename>recovery.conf</filename>.
</para>
</listitem>
</varlistentry>