From cfc5bde219e6ab3b19bce39c748205de91315209 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Mon, 7 Oct 2019 12:05:26 +0900 Subject: [PATCH] doc: update repmgr.conf samples in Barman section From repmgr 5.x we really need to quote all the things. --- doc/cloning-standbys.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/cloning-standbys.xml b/doc/cloning-standbys.xml index d2868b53..b01cf59b 100644 --- a/doc/cloning-standbys.xml +++ b/doc/cloning-standbys.xml @@ -102,8 +102,8 @@ under the "barman" user account, repmgr.conf should contain the following entries: - barman_host=barman@barmansrv - barman_server=somedb + barman_host='barman@barmansrv' + barman_server='somedb' @@ -188,9 +188,9 @@ /usr/bin/barman-wal-restore, repmgr.conf should include the following lines: - barman_host=barman@barmansrv - barman_server=somedb - restore_command=/usr/bin/barman-wal-restore barmansrv somedb %f %p + barman_host='barman@barmansrv' + barman_server='somedb' + restore_command='/usr/bin/barman-wal-restore barmansrv somedb %f %p'