From ca31b846e79814911e424f93e02eb850296bd01d Mon Sep 17 00:00:00 2001 From: Gianni Ciolli Date: Wed, 30 Mar 2016 09:27:37 +0200 Subject: [PATCH] Rewording comment for clarity. --- repmgr.conf.sample | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/repmgr.conf.sample b/repmgr.conf.sample index 268a41e1..00dcf32b 100644 --- a/repmgr.conf.sample +++ b/repmgr.conf.sample @@ -37,10 +37,11 @@ conninfo='host=192.168.204.104 dbname=repmgr_db user=repmgr_usr' # Replication settings # --------------------- -# when using cascading replication and a standby is to be connected to an -# upstream standby, specify that node's ID with 'upstream_node'. The node -# must exist before the new standby can be registered. If a standby is -# to connect directly to a primary node, this parameter is not required. +# When using cascading replication, a standby can connect to another +# upstream standby node which is specified by setting 'upstream_node'. +# In that case, the upstream node must exist before the new standby +# can be registered. If 'upstream_node' is unset, then the standby +# will connect to the primary node. upstream_node=1 # use physical replication slots - PostgreSQL 9.4 and later only