From d098c6a1140f2fe744d54f977266df433de3198e Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 31 Oct 2018 11:44:07 +0900 Subject: [PATCH] doc: update FAQ Emphasize that repmgr does not actually perform replication. --- doc/appendix-faq.sgml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/appendix-faq.sgml b/doc/appendix-faq.sgml index c179bb73..8a79e872 100644 --- a/doc/appendix-faq.sgml +++ b/doc/appendix-faq.sgml @@ -116,6 +116,20 @@ + + Will replication stop working if &repmgr; is uninstalled? + + No. + + + &repmgr; (together with repmgrd) assist with + managing replication. They do not actually perform replication, which + is part of the core PostgreSQL functionality. + + + + +