mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 17:06:29 +00:00
Add notes about cluster name and quoting
Supported, but better to avoid.
This commit is contained in:
@@ -7,8 +7,11 @@
|
|||||||
#
|
#
|
||||||
# repmgr and repmgrd require these items to be configured:
|
# repmgr and repmgrd require these items to be configured:
|
||||||
|
|
||||||
# Cluster name
|
# Cluster name - this will be used by repmgr to generate its internal
|
||||||
cluster=test
|
# schema (pattern: "repmgr_{cluster}"); while this name will be quoted
|
||||||
|
# to preserve case, we recommend using lower case and avoiding whitespace
|
||||||
|
# to facilitate easier querying of the repmgr views and tables.
|
||||||
|
cluster=example_cluster
|
||||||
|
|
||||||
# Node ID and name
|
# Node ID and name
|
||||||
# (Note: we recommend to avoid naming nodes after their initial
|
# (Note: we recommend to avoid naming nodes after their initial
|
||||||
|
|||||||
Reference in New Issue
Block a user