You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Displays the contents of the <filename>pg_probackup.conf</filename>
765
-
configuration file located in the <filename>backupdir/<replaceable>instance_name</replaceable></filename> directory.
765
+
configuration file located in the <filename><replaceable>backupdir</replaceable>/backups/<replaceable>instance_name</replaceable></filename> directory.
766
766
To edit <filename>pg_probackup.conf</filename>, use the <xref linkend="pg-probackup-set-config"> command.
767
767
It is not allowed to edit <filename>pg_probackup.conf</filename> directly.
Stores <acronym>WAL</acronym> files in the corresponding subdirectory of the backup catalog.
906
906
Can be set as <varname>archive_command</varname> in <filename>postgresql.conf</filename> to perform
907
907
archive backups. In addition to copying files, this command also validates the instance by
908
-
<replaceable>instance_name</replaceable>, <literal>systemd ID</literal> and <literal>PGDATA</literal>.
908
+
<replaceable>instance_name</replaceable>, <literal>system-identifier</literal> and <literal>PGDATA</literal>.
909
909
If parameters of the backup instance and the cluster do not match, this command will fail with the following error message:
910
-
<quote>Refuse to push <acronym>WAL</acronym> segment <replaceable>segment_name</replaceable> into archive. Instance parameters mismatch</quote>
910
+
<quote>Refuse to push <acronym>WAL</acronym> segment <replaceable>segment_name</replaceable> into archive. Instance parameters mismatch.</quote>
911
911
For each <acronym>WAL</acronym> file moved to the backup catalog, you will see the following message in <productname>&productname;</productname> logfile:
0 commit comments