From 9306726e06be4cd61bbc3eb3bb8ce1ec11543884 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Wed, 24 Dec 2014 13:15:45 +0900 Subject: [PATCH] Add note about repmgr.conf.sample --- QUICKSTART.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/QUICKSTART.md b/QUICKSTART.md index 387eabaa..04b02818 100644 --- a/QUICKSTART.md +++ b/QUICKSTART.md @@ -160,6 +160,9 @@ Master setup conninfo='host=repmgr_node1 user=repmgr_usr dbname=repmgr_db' pg_bindir=/path/to/postgres/bin + (For an annotated `repmgr.conf` file, see `repmgr.conf.sample` in the + repository's root directory). + 3. Register the master node with `repmgr`: $ repmgr -f $HOME/repmgr/repmgr.conf --verbose master register