mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-25 16:16:29 +00:00
Update repmgrd documentation
This commit is contained in:
@@ -49,16 +49,12 @@
|
||||
# Replication settings
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
#replication_type=physical # Must be one of 'physical' or 'bdr'
|
||||
|
||||
#upstream_node_id= # When using cascading replication, a standby
|
||||
# can connect to another upstream standby node
|
||||
# which is specified by setting 'upstream_node_id'.
|
||||
# In that case, the upstream node must exist
|
||||
# before the new standby can be registered. If
|
||||
# 'upstream_node_id' is not set, then the standby
|
||||
# will connect directly to the primary node.
|
||||
#replication_type=physical # Must be one of 'physical' or 'bdr'.
|
||||
|
||||
#location=default # arbitrary string defining the location of the node; this
|
||||
# is used during failover to check visibilty of the
|
||||
# current primary node. See the 'repmgrd' documentation
|
||||
# in README.md for further details.
|
||||
|
||||
#use_replication_slots=no # whether to use physical replication slots
|
||||
# NOTE: when using replication slots,
|
||||
|
||||
Reference in New Issue
Block a user