From 7652a19e625476a023e31ccadfe31ab1bf5a781d Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Mon, 5 Nov 2018 09:59:57 +0900 Subject: [PATCH] doc: update FAQ Emphasize that repmgr does not actually perform replication. --- doc/appendix-faq.sgml | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/doc/appendix-faq.sgml b/doc/appendix-faq.sgml index c7dfc203..94f0b39d 100644 --- a/doc/appendix-faq.sgml +++ b/doc/appendix-faq.sgml @@ -126,20 +126,25 @@ + + Is &repmgr; required for streaming replication? + + No. + + + &repmgr; (together with repmgrd) assists with + managing replication. It does not actually perform replication, which + is part of the core PostgreSQL functionality. + + + 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. + No. See preceding question. - -