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 7418c7b8f0
commit 21f94e6de3

View File

@@ -378,14 +378,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>