From f435abb3ecd3b166c469204d42f65d8b6b99e745 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Mon, 10 Oct 2016 15:10:06 +0900 Subject: [PATCH] Update README Also reorder HISTORY entries. --- HISTORY | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HISTORY b/HISTORY index cf975f44..7eae480c 100644 --- a/HISTORY +++ b/HISTORY @@ -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) diff --git a/README.md b/README.md index 6618c5d8..31149909 100644 --- a/README.md +++ b/README.md @@ -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.