Update README

Also reorder HISTORY entries.
This commit is contained in:
Ian Barwick
2016-10-10 15:10:06 +09:00
parent a217b4d0a9
commit f435abb3ec
2 changed files with 4 additions and 4 deletions

View File

@@ -15,12 +15,12 @@
the standby (Ian)
repmgr: add option `--copy-external-config-files` for files outside
of the data directory (Ian)
repmgr: add configuration options to override the default pg_ctl
commands (Jarkko Oranen, Ian)
repmgr: only require `wal_keep_segments` to be set in certain corner
cases (Ian)
repmgr: better support cloning from a node other than the one to
stream from (Ian)
repmgrd: add configuration options to override the default pg_ctl
commands (Jarkko Oranen, Ian)
repmgrd: don't start if node is inactive and failover=automatic (Ian)
packaging: improve "repmgr-auto" Debian package (Gianni)

View File

@@ -8,7 +8,7 @@ replication, and perform administrative tasks such as failover or switchover
operations.
The current `repmgr` version, 3.2, supports all PostgreSQL versions from
9.3, including the upcoming 9.6.
9.3 to 9.6.
Overview
--------
@@ -600,7 +600,7 @@ ensure that:
hostname of the Barman server;
- the `restore_command` setting in `repmgr.conf` is configured to
use a copy of the `barman-wal-restore` script shipped with the
`barman-cli package` (see below);
`barman-cli` package (see below);
- the Barman catalogue includes at least one valid backup for this
server.