standby clone: improve --dry-run behaviour in barman mode

- emit additional informational output
- ensure that provision of --force does not result in an existing
  data directory being modified in any way
This commit is contained in:
Ian Barwick
2019-04-08 15:02:43 +09:00
parent 35320c27bd
commit 68470a9167
3 changed files with 104 additions and 38 deletions

View File

@@ -37,6 +37,15 @@
The BDR support present in &repmgr; is for specific BDR2 use cases.
</para>
</listitem>
<listitem>
<para>
&repmgr;: when executing <link linkend="repmgr-standby-clone"><command>repmgr standby clone</command></link>
in <option>--dry-run</option> mode, ensure provision of the <option>--force</option> option
does not result in an existing data directory being modified in any way.
</para>
</listitem>
</itemizedlist>
</para>
</sect2>