From 34ee16899e625359a07961a4415a545d01a6bd9d Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 19 Oct 2017 13:14:52 +0900 Subject: [PATCH] doc: add missing entry for "priority" in repmgr.conf.sample Per report from Shaun Thomas. --- repmgr.conf.sample | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/repmgr.conf.sample b/repmgr.conf.sample index 431559a7..a9b0b484 100644 --- a/repmgr.conf.sample +++ b/repmgr.conf.sample @@ -210,6 +210,11 @@ ssh_options='-q -o ConnectTimeout=10' # Options to append to "ssh" # 'manual': repmgrd will take no action and the node will require # manual attention to reattach it to replication # (does not apply to BDR mode) + +#priority=100 # indicate a preferred priorty for promoting nodes; + # a value of zero prevents the node being promoted to primary + # (default: 100) + #promote_command= # command to execute when promoting a new primary; use something like: # # repmgr standby promote -f /etc/repmgr.conf