mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 08:36:30 +00:00
Merge branch 'master' of https://github.com/gciolli/repmgr into gciolli-master
This commit is contained in:
@@ -37,10 +37,11 @@ conninfo='host=192.168.204.104 dbname=repmgr_db user=repmgr_usr'
|
|||||||
# Replication settings
|
# Replication settings
|
||||||
# ---------------------
|
# ---------------------
|
||||||
|
|
||||||
# when using cascading replication and a standby is to be connected to an
|
# When using cascading replication, a standby can connect to another
|
||||||
# upstream standby, specify that node's ID with 'upstream_node'. The node
|
# upstream standby node which is specified by setting 'upstream_node'.
|
||||||
# must exist before the new standby can be registered. If a standby is
|
# In that case, the upstream node must exist before the new standby
|
||||||
# to connect directly to a primary node, this parameter is not required.
|
# can be registered. If 'upstream_node' is unset, then the standby
|
||||||
|
# will connect to the primary node.
|
||||||
upstream_node=1
|
upstream_node=1
|
||||||
|
|
||||||
# use physical replication slots - PostgreSQL 9.4 and later only
|
# use physical replication slots - PostgreSQL 9.4 and later only
|
||||||
|
|||||||
Reference in New Issue
Block a user