From 21f94e6de303f988d27ea4f88c3176c90da5033f Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 10 Nov 2020 16:07:22 +0900 Subject: [PATCH] doc: tweak "repmgr standby clone" reference As recovery.conf starts to fade away, mention that last. --- doc/repmgr-standby-clone.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/repmgr-standby-clone.xml b/doc/repmgr-standby-clone.xml index fb7eb283..ad7470c7 100644 --- a/doc/repmgr-standby-clone.xml +++ b/doc/repmgr-standby-clone.xml @@ -378,14 +378,14 @@ pg_basebackup_options='--waldir=/path/to/wal-directory' Create recovery configuration for a previously cloned instance. - - In PostgreSQL 11 and earlier, the replication configuration will be - written to recovery.conf. - In PostgreSQL 12 and later, the replication configuration will be written to postgresql.auto.conf. + + In PostgreSQL 11 and earlier, the replication configuration will be + written to recovery.conf. +