mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22: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,
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user