From e6df936c1bcbd4207e5f9359463bd68d2d82f112 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 19 Apr 2018 17:09:10 +0900 Subject: [PATCH] doc: link to service command configuration from switchover section --- doc/repmgr-standby-switchover.sgml | 4 ++++ doc/switchover.sgml | 7 ++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/repmgr-standby-switchover.sgml b/doc/repmgr-standby-switchover.sgml index 3e1fcf41..485c6e10 100644 --- a/doc/repmgr-standby-switchover.sgml +++ b/doc/repmgr-standby-switchover.sgml @@ -35,6 +35,10 @@ a successful switchover. + + For more details on performing a switchover, including preparation and configuration, + see section . + diff --git a/doc/switchover.sgml b/doc/switchover.sgml index 02f926b7..4ec055a8 100644 --- a/doc/switchover.sgml +++ b/doc/switchover.sgml @@ -100,7 +100,11 @@ If the options aren't defined, &repmgr; will fall back to using pg_ctl to stop/start/restart - PostgreSQL, which may not work properly. + PostgreSQL, which may not work properly, particularly when executed on a remote + server. + + + For more details, see . @@ -117,6 +121,7 @@ + Check that access from applications is minimalized or preferably blocked completely, so applications are not unexpectedly interrupted.