From 2ad4f6870046e96beaee233c3fc391bd85553aa6 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Mon, 13 Apr 2015 15:40:29 +0900 Subject: [PATCH] Add notes about cluster name and quoting Supported, but better to avoid. --- repmgr.conf.sample | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/repmgr.conf.sample b/repmgr.conf.sample index cfb70887..ca61fbe7 100644 --- a/repmgr.conf.sample +++ b/repmgr.conf.sample @@ -7,8 +7,11 @@ # # repmgr and repmgrd require these items to be configured: -# Cluster name -cluster=test +# Cluster name - this will be used by repmgr to generate its internal +# 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 # (Note: we recommend to avoid naming nodes after their initial