From 3145ccbe957b501edb1313dfde8a31c0cb7ff939 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 bfab0851..02e9a393 100644 --- a/doc/cloning-standbys.xml +++ b/doc/cloning-standbys.xml @@ -124,7 +124,7 @@ description = "Main cluster" 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'