From 93acdcfda23b8147fc6da96602be1eb245a499bd Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Thu, 7 Nov 2019 14:23:04 +0900 Subject: [PATCH] doc: add single quotes to "barman_config" example. Mandatory from repmgr 5.x. --- doc/cloning-standbys.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cloning-standbys.xml b/doc/cloning-standbys.xml index b99fbda7..bede4774 100644 --- a/doc/cloning-standbys.xml +++ b/doc/cloning-standbys.xml @@ -112,7 +112,7 @@ To use a non-default Barman configuration file on the Barman server, specify this in repmgr.conf with barman_config: - barman_config=/path/to/barman.conf + barman_config='/path/to/barman.conf'