From 16fe41eecfd73219397fe0a6918a76e999046cb8 Mon Sep 17 00:00:00 2001 From: Jaime Casanova Date: Tue, 11 Sep 2012 15:53:57 -0500 Subject: [PATCH] Improve sample of commands for promote and follow --- repmgr.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repmgr.conf.sample b/repmgr.conf.sample index 9e8ad42b..6e81aa3f 100644 --- a/repmgr.conf.sample +++ b/repmgr.conf.sample @@ -23,8 +23,8 @@ reconnect_interval=10 # Autofailover options failover=automatic priority=-1 -promote_command='repmgr promote' -follow_command='repmgr follow' +promote_command='repmgr standby promote -f /path/to/repmgr.conf' +follow_command='repmgr standby follow -f /path/to/repmgr.conf' # Log level: possible values are DEBUG, INFO, NOTICE, WARNING, ERR, ALERT, CRIT or EMERG # Default: NOTICE