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, under the &quot;<literal>barman</literal>&quot; 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>