From b660eb79884a6abcda209b66dd55b901f053914a Mon Sep 17 00:00:00 2001 From: Gianni Ciolli Date: Fri, 22 Jul 2016 15:10:21 +0200 Subject: [PATCH] Rename from pg_restore_command to restore_command This follows the recent upstream change. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 694c8f01..70d471f4 100644 --- a/README.md +++ b/README.md @@ -530,7 +530,7 @@ ensure that: `cluster_name` setting in `repmgr.conf`; - the `barman_server` setting in `repmgr.conf` is set to the SSH hostname of the Barman server; -- the `pg_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.py` script shipped with Barman (see below); - the Barman catalogue includes at least one valid backup for this @@ -548,8 +548,8 @@ ensure that: `barman-wal-restore.py` is a Python script provided by the Barman development team, which must be copied in a location accessible to -`repmgr`, and marked as executable; `pg_restore_command` must then be -set as follows: +`repmgr`, and marked as executable; `restore_command` must then be +set in `repmgr.conf` as follows: