mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 16:46:28 +00:00
Add information to the --help and docs of standby clone regarding the need
to provide a conninfo line to the upstream from which we will be cloning from.
This commit is contained in:
@@ -213,6 +213,15 @@
|
|||||||
|
|
||||||
<variablelist>
|
<variablelist>
|
||||||
|
|
||||||
|
<varlistentry>
|
||||||
|
<term><option>-d, --dbname=CONNINFO</option></term>
|
||||||
|
<listitem>
|
||||||
|
<para>
|
||||||
|
Connection string of the upstream node to use for cloning.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
</varlistentry>
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><option>--dry-run</option></term>
|
<term><option>--dry-run</option></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
|
|||||||
@@ -6513,6 +6513,7 @@ do_standby_help(void)
|
|||||||
puts("");
|
puts("");
|
||||||
printf(_(" \"standby clone\" clones a standby from the primary or an upstream node.\n"));
|
printf(_(" \"standby clone\" clones a standby from the primary or an upstream node.\n"));
|
||||||
puts("");
|
puts("");
|
||||||
|
printf(_(" -d, --dbname=conninfo conninfo of the upstream node to use for cloning.\n"));
|
||||||
printf(_(" -c, --fast-checkpoint force fast checkpoint\n"));
|
printf(_(" -c, --fast-checkpoint force fast checkpoint\n"));
|
||||||
printf(_(" --copy-external-config-files[={samepath|pgdata}]\n" \
|
printf(_(" --copy-external-config-files[={samepath|pgdata}]\n" \
|
||||||
" copy configuration files located outside the \n" \
|
" copy configuration files located outside the \n" \
|
||||||
|
|||||||
Reference in New Issue
Block a user