From 95ac7e889b5d883d3e1fc8720ecc8f94702b78c8 Mon Sep 17 00:00:00 2001 From: Abhijit Menon-Sen Date: Thu, 12 Mar 2015 20:07:46 +0530 Subject: [PATCH] Tweak and add a reference to .sample --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 314ea5ac..7227296a 100644 --- a/README.md +++ b/README.md @@ -166,9 +166,14 @@ If your PostgreSQL binaries (`pg_ctl`, `pg_basebackup`) are not in your pg_bindir=/path/to/postgres/bin +See `repmgr.conf.sample` for an example configuration file with +available configuration settings annotated. + +### Starting up + The master node must be registered first using `repmgr master register`, -and each standby needs to be registered using `repmgr standby register` -tool; this inserts details about each node into the control database. +and standby servers must be registered using `repmgr standby register`; +this inserts details about each node into the control database. See the "QUICKSTART.md" file for examples of how to use these commands.