From 9a84fa84f95e5414e8f02ef97fed5d148097783b Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 8 Dec 2021 09:50:19 +0900 Subject: [PATCH] doc: update repmgr.conf.sample Remove bogus -W option in "repmgr standby follow" example invocation for the "follow_command" parameter. The option (which corresponds to "--no-wait") is not used by "repmgr standby follow". Per report from Jimmy Angelakos. --- repmgr.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repmgr.conf.sample b/repmgr.conf.sample index 4ce39571..8c4efbfc 100644 --- a/repmgr.conf.sample +++ b/repmgr.conf.sample @@ -314,7 +314,7 @@ ssh_options='-q -o ConnectTimeout=10' # Options to append to "ssh" #follow_command='' # command repmgrd executes when instructing a standby to follow a new primary; # use something like: # - # repmgr standby follow -f /etc/repmgr.conf -W --upstream-node-id=%n + # repmgr standby follow -f /etc/repmgr.conf --upstream-node-id=%n # #primary_notification_timeout=60 # Interval (in seconds) which repmgrd on a standby # will wait for a notification from the new primary,