From 1a80de129076e0975b47becb1148190e8eb815d1 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Tue, 27 Feb 2018 10:09:40 +0900 Subject: [PATCH] doc: document "primary_follow_timeout" configuration file parameter. --- doc/repmgr-standby-follow.sgml | 6 +++++- doc/repmgr-standby-promote.sgml | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/repmgr-standby-follow.sgml b/doc/repmgr-standby-follow.sgml index d464361b..34b67c70 100644 --- a/doc/repmgr-standby-follow.sgml +++ b/doc/repmgr-standby-follow.sgml @@ -30,6 +30,7 @@ To re-add an inactive node to the replication cluster, see + @@ -74,7 +75,10 @@ - Wait for a primary to appear. + Wait for a primary to appear. &repmgr; will wait for up to + primary_follow_timeout seconds + (default: 60 seconds) to verify that the standby is following the new primary. + This value can be defined in repmgr.conf. diff --git a/doc/repmgr-standby-promote.sgml b/doc/repmgr-standby-promote.sgml index 4a80fb42..513a7e73 100644 --- a/doc/repmgr-standby-promote.sgml +++ b/doc/repmgr-standby-promote.sgml @@ -29,8 +29,8 @@ Note that &repmgr; will wait for up to promote_check_timeout seconds (default: 60 seconds) to verify that the standby has been promoted, and will - check the promotion every promote_check_interval seconds (default: 1 second) - (both values can be defined in repmgr.conf). + check the promotion every promote_check_interval seconds (default: 1 second). + Both values can be defined in repmgr.conf.