From defc2653e0bd528ab273efb3cffb54796b0c0d7e Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 15 Feb 2017 16:44:40 -0300 Subject: [PATCH] There where 2 barman configuration parameters missing in the repmgr.conf sample file. Added with some comments --- repmgr.conf.sample | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/repmgr.conf.sample b/repmgr.conf.sample index e319bdfe..7175e2d9 100644 --- a/repmgr.conf.sample +++ b/repmgr.conf.sample @@ -145,6 +145,13 @@ #pg_ctl_options='-s' #pg_basebackup_options='--xlog-method=s' +# This is the host name of the barman server, which is used for connecting over +# to the barman server (passwordless ssh keys should be in place) +#barman_server='backup_server' +# If you are placing the barman.conf file in a non-standard path, or using +# a name other than barman.conf, use this parameter to specify the path and +# name of the barman configuration file. +#barman_config='/path/to/barman.conf' # Standby clone settings # ----------------------