mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 08:56:29 +00:00
doc: update repmgr.conf samples in Barman section
From repmgr 5.x we really need to quote all the things.
This commit is contained in:
@@ -102,8 +102,8 @@
|
|||||||
under the "<literal>barman</literal>" user account,
|
under the "<literal>barman</literal>" user account,
|
||||||
<filename>repmgr.conf</filename> should contain the following entries:
|
<filename>repmgr.conf</filename> should contain the following entries:
|
||||||
<programlisting>
|
<programlisting>
|
||||||
barman_host=barman@barmansrv
|
barman_host='barman@barmansrv'
|
||||||
barman_server=somedb</programlisting>
|
barman_server='somedb'</programlisting>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<note>
|
<note>
|
||||||
@@ -188,9 +188,9 @@
|
|||||||
<filename>/usr/bin/barman-wal-restore</filename>,
|
<filename>/usr/bin/barman-wal-restore</filename>,
|
||||||
<filename>repmgr.conf</filename> should include the following lines:
|
<filename>repmgr.conf</filename> should include the following lines:
|
||||||
<programlisting>
|
<programlisting>
|
||||||
barman_host=barman@barmansrv
|
barman_host='barman@barmansrv'
|
||||||
barman_server=somedb
|
barman_server='somedb'
|
||||||
restore_command=/usr/bin/barman-wal-restore barmansrv somedb %f %p</programlisting>
|
restore_command='/usr/bin/barman-wal-restore barmansrv somedb %f %p'</programlisting>
|
||||||
</para>
|
</para>
|
||||||
<note>
|
<note>
|
||||||
<simpara>
|
<simpara>
|
||||||
|
|||||||
Reference in New Issue
Block a user