From 84d83a383a45db2ac94c174fdaaafd02accbce2b Mon Sep 17 00:00:00 2001 From: Renaud Fortier Date: Wed, 4 Dec 2019 10:02:58 -0500 Subject: [PATCH] Update repmgr.conf.sample Add empty single quotes to promote_command and follow_command --- repmgr.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repmgr.conf.sample b/repmgr.conf.sample index 2e642e12..9fd814c4 100644 --- a/repmgr.conf.sample +++ b/repmgr.conf.sample @@ -303,11 +303,11 @@ ssh_options='-q -o ConnectTimeout=10' # Options to append to "ssh" # primary (or other upstream node) #reconnect_interval=10 # Interval between attempts to reconnect to an unreachable # primary (or other upstream node) -#promote_command= # command repmgrd executes when promoting a new primary; use something like: +#promote_command='' # command repmgrd executes when promoting a new primary; use something like: # # repmgr standby promote -f /etc/repmgr.conf # -#follow_command= # command repmgrd executes when instructing a standby to follow a new primary; +#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