We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff9618e commit 1334b79Copy full SHA for 1334b79
doc/src/sgml/backup.sgml
@@ -956,8 +956,7 @@ SELECT * FROM pg_backup_stop(wait_for_archive => true);
956
On a standby, <varname>archive_mode</varname> must be <literal>always</literal> in order
957
for <function>pg_backup_stop</function> to wait.
958
Archiving of these files happens automatically since you have
959
- already configured <varname>archive_command</varname> or <varname>archive_library</varname> or
960
- <varname>archive_command</varname>.
+ already configured <varname>archive_command</varname> or <varname>archive_library</varname>.
961
In most cases this happens quickly, but you are advised to monitor your
962
archive system to ensure there are no delays.
963
If the archive process has fallen behind because of failures of the
0 commit comments