Documentation tweaks

This commit is contained in:
Ian Barwick
2015-05-12 10:16:52 +09:00
parent 7ad9a2c28a
commit a54478a045
2 changed files with 4 additions and 5 deletions

View File

@@ -21,7 +21,8 @@ Master setup
CREATE DATABASE repmgr_db OWNER repmgr_usr;
```
- configure `postgresql.conf` for replication (see above)
- configure `postgresql.conf` for replication (see README.md for sample
settings)
- update `pg_hba.conf`, e.g.:

View File

@@ -98,8 +98,8 @@ for details.
### PostgreSQL configuration
The primary server needs to be configured for replication with the
following settings in `postgresql.conf`:
The primary server needs to be configured for replication with settings
like the followingin `postgresql.conf`:
# Allow read-only queries on standby servers. The number of WAL
# senders should be larger than the number of standby servers.
@@ -121,8 +121,6 @@ following settings in `postgresql.conf`:
archive_mode = on
archive_command = 'cd .'
# You can also set additional replication parameters here, such as
# hot_standby_feedback or synchronous_standby_names.
PostgreSQL 9.4 makes it possible to use replication slots, which means
the value of wal_keep_segments need no longer be set. With 9.3, `repmgr`