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) the standby (Ian)
repmgr: add option `--copy-external-config-files` for files outside repmgr: add option `--copy-external-config-files` for files outside
of the data directory (Ian) 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 repmgr: only require `wal_keep_segments` to be set in certain corner
cases (Ian) cases (Ian)
repmgr: better support cloning from a node other than the one to repmgr: better support cloning from a node other than the one to
stream from (Ian) 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) repmgrd: don't start if node is inactive and failover=automatic (Ian)
packaging: improve "repmgr-auto" Debian package (Gianni) packaging: improve "repmgr-auto" Debian package (Gianni)

View File

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