File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -3228,6 +3228,13 @@ pg_probackup delete -B <replaceable>backup_dir</replaceable> --instance <replace
32283228 all the available backups according to the current retention
32293229 policy, without performing any irreversible actions.
32303230 </para >
3231+ <para >
3232+ To delete backups with the ERROR status, use the <option >--error-state</option > flag:
3233+ </para >
3234+ <programlisting >
3235+ pg_probackup delete -B <replaceable >backup_dir</replaceable > --instance <replaceable >instance_name</replaceable > --error-state
3236+ </programlisting >
3237+
32313238</refsect2 >
32323239</refsect1 >
32333240
@@ -3862,7 +3869,7 @@ pg_probackup merge -B <replaceable>backup_dir</replaceable> --instance <replacea
38623869pg_probackup delete -B <replaceable >backup_dir</replaceable > --instance <replaceable >instance_name</replaceable >
38633870[--help] [-j <replaceable >num_threads</replaceable >] [--progress]
38643871[--retention-redundancy=<replaceable >redundancy</replaceable >][--retention-window=<replaceable >window</replaceable >][--wal-depth=<replaceable >wal_depth</replaceable >]
3865- [--delete-wal] {-i <replaceable >backup_id</replaceable > | --delete-expired [--merge-expired] | --merge-expired}
3872+ [--delete-wal] {-i <replaceable >backup_id</replaceable > | --delete-expired [--merge-expired] | --merge-expired | --error-state }
38663873[--dry-run]
38673874[<replaceable >logging_options</replaceable >]
38683875</programlisting >
You can’t perform that action at this time.
0 commit comments