mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 08:36:30 +00:00
doc: mention --recovery-conf-only introduced in repmgr 4.0.4
Per GitHub #419.
This commit is contained in:
@@ -197,6 +197,13 @@
|
|||||||
to check the prerequisites for creating the <filename>recovery.conf</filename> file,
|
to check the prerequisites for creating the <filename>recovery.conf</filename> file,
|
||||||
and display the contents of the file without actually creating it.
|
and display the contents of the file without actually creating it.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
<note>
|
||||||
|
<para>
|
||||||
|
<option>--recovery-conf-only</option> was introduced in &repmgr; <link linkend="release-4.0.4">4.0.4</link>.
|
||||||
|
</para>
|
||||||
|
</note>
|
||||||
|
|
||||||
</refsect1>
|
</refsect1>
|
||||||
|
|
||||||
<refsect1>
|
<refsect1>
|
||||||
@@ -223,7 +230,7 @@
|
|||||||
<term><option>-c, --fast-checkpoint</option></term>
|
<term><option>-c, --fast-checkpoint</option></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
force fast checkpoint (not effective when cloning from Barman
|
Force fast checkpoint (not effective when cloning from Barman).
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@@ -232,7 +239,7 @@
|
|||||||
<term><option>--copy-external-config-files[={samepath|pgdata}]</option></term>
|
<term><option>--copy-external-config-files[={samepath|pgdata}]</option></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
copy configuration files located outside the data directory on the source
|
Copy configuration files located outside the data directory on the source
|
||||||
node to the same path on the standby (default) or to the
|
node to the same path on the standby (default) or to the
|
||||||
PostgreSQL data directory.
|
PostgreSQL data directory.
|
||||||
</para>
|
</para>
|
||||||
@@ -243,7 +250,7 @@
|
|||||||
<term><option>--no-upstream-connection</option></term>
|
<term><option>--no-upstream-connection</option></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
when using Barman, do not connect to upstream node
|
When using Barman, do not connect to upstream node.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@@ -252,7 +259,7 @@
|
|||||||
<term><option>-R, --remote-user=USERNAME</option></term>
|
<term><option>-R, --remote-user=USERNAME</option></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
remote system username for SSH operations (default: current local system username)
|
Remote system username for SSH operations (default: current local system username).
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@@ -261,7 +268,7 @@
|
|||||||
<term><option> --recovery-conf-only</option></term>
|
<term><option> --recovery-conf-only</option></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
create <filename>recovery.conf</filename> file for a previously cloned instance
|
Create <filename>recovery.conf</filename> file for a previously cloned instance. &repmgr 4.0.4 and later.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@@ -270,7 +277,7 @@
|
|||||||
<term><option>--replication-user</option></term>
|
<term><option>--replication-user</option></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
user to make replication connections with (optional, not usually required)
|
User to make replication connections with (optional, not usually required).
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@@ -279,8 +286,8 @@
|
|||||||
<term><option>--superuser</option></term>
|
<term><option>--superuser</option></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
if the &repmgr; user is not a superuser, the name of a valid superuser must
|
If the &repmgr; user is not a superuser, the name of a valid superuser must
|
||||||
be provided with this option
|
be provided with this option.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@@ -291,7 +298,7 @@
|
|||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
<literal>primary_conninfo</literal> value to write in recovery.conf
|
<literal>primary_conninfo</literal> value to write in recovery.conf
|
||||||
when the intended upstream server does not yet exist
|
when the intended upstream server does not yet exist.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
@@ -308,7 +315,7 @@
|
|||||||
<term><option>--without-barman </option></term>
|
<term><option>--without-barman </option></term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
do not use Barman even if configured
|
Do not use Barman even if configured.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|||||||
Reference in New Issue
Block a user