1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-09-16 09:26:30 +02:00

[PBCKP-770] The line informing that the remote mode parameters are added to PG_PROBACKUP.CONF has been removed; the set_config command must be used instead.

This commit is contained in:
z.kasymalieva
2023-10-18 15:50:14 +03:00
parent eb5ccf91b8
commit 4868daae34

View File

@@ -569,10 +569,9 @@ pg_probackup add-instance -B <replaceable>backup_dir</replaceable> -D <replaceab
the backup catalog. The
<filename>backups/<replaceable>instance_name</replaceable></filename> directory contains
the <filename>pg_probackup.conf</filename> configuration file that controls
<application>pg_probackup</application> settings for this backup instance. If you run this
command with the
<link linkend="pbk-remote-server-opts">remote_options</link>, the specified
parameters will be added to <filename>pg_probackup.conf</filename>.
<application>pg_probackup</application> settings for this backup instance. To add
<link linkend="pbk-remote-server-opts">remote_options</link> to the configuration file, use the
<xref linkend="pbk-set-config"/> command.
</para>
<para>
For details on how to fine-tune <application>pg_probackup</application> configuration, see