Tweak and add a reference to .sample

This commit is contained in:
Abhijit Menon-Sen
2015-03-12 20:07:46 +05:30
parent 0a5457efb2
commit 95ac7e889b

View File

@@ -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.