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:
Ian Barwick
2019-10-07 12:05:26 +09:00
parent ea57269569
commit cfc5bde219

View File

@@ -102,8 +102,8 @@
under the &quot;<literal>barman</literal>&quot; user account,
<filename>repmgr.conf</filename> should contain the following entries:
<programlisting>
barman_host=barman@barmansrv
barman_server=somedb</programlisting>
barman_host='barman@barmansrv'
barman_server='somedb'</programlisting>
</para>
<note>
@@ -188,9 +188,9 @@
<filename>/usr/bin/barman-wal-restore</filename>,
<filename>repmgr.conf</filename> should include the following lines:
<programlisting>
barman_host=barman@barmansrv
barman_server=somedb
restore_command=/usr/bin/barman-wal-restore barmansrv somedb %f %p</programlisting>
barman_host='barman@barmansrv'
barman_server='somedb'
restore_command='/usr/bin/barman-wal-restore barmansrv somedb %f %p'</programlisting>
</para>
<note>
<simpara>