From 8f3994b071ad71155da5e7a39e144fdbacef995e Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 20 Oct 2020 09:35:22 +0900 Subject: [PATCH] doc: update "repmgr standby clone" reference Clarify which replication configuration parameters will be written for which PostgreSQL version. --- doc/repmgr-standby-clone.xml | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/doc/repmgr-standby-clone.xml b/doc/repmgr-standby-clone.xml index 0ca49ad1..95f4d5a2 100644 --- a/doc/repmgr-standby-clone.xml +++ b/doc/repmgr-standby-clone.xml @@ -104,14 +104,6 @@ - - standby_mode (always 'on') - - - - recovery_target_timeline (always 'latest') - - primary_conninfo @@ -122,6 +114,21 @@ + + For PostgreSQL 11 and earlier, these parameters will also be set: + + + + + standby_mode (always 'on') + + + + recovery_target_timeline (always 'latest') + + + + The following additional parameters can be specified in repmgr.conf for inclusion in the replication configuration: