From a2d38c608488a127e418d792ef55a4d45bf16eae Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 20 Nov 2018 10:19:53 +0900 Subject: [PATCH] doc: clarify "repmgr standby clone --recovery-conf-only" option Make it clearer that the standby needs to have been cloned by whatever method before running the command. --- doc/repmgr-standby-clone.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/repmgr-standby-clone.sgml b/doc/repmgr-standby-clone.sgml index 66ea0dd9..ef0728f8 100644 --- a/doc/repmgr-standby-clone.sgml +++ b/doc/repmgr-standby-clone.sgml @@ -194,10 +194,11 @@ Using a standby cloned by another method &repmgr; supports standbys cloned by another method (e.g. using barman's - barman recover command). + barman recover command). - To integrate the standby as a &repmgr; node, ensure the repmgr.conf + To integrate the standby as a &repmgr; node, once the standby has been cloned, + ensure the repmgr.conf file is created for the node, and that it has been registered using repmgr standby register. Then execute the command repmgr standby clone --recovery-conf-only.