File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -3262,7 +3262,11 @@ pg_probackup delete -B <replaceable>backup_dir</replaceable> --instance <replace
32623262 </para >
32633263 <programlisting >
32643264pg_probackup delete -B <replaceable >backup_dir</replaceable > --instance <replaceable >instance_name</replaceable > --status=ERROR
3265- </programlisting >
3265+ </programlisting >
3266+
3267+ <para >
3268+ Deleting backups by status ignores established retention policies.
3269+ </para >
32663270
32673271</refsect2 >
32683272</refsect1 >
@@ -3942,10 +3946,9 @@ pg_probackup merge -B <replaceable>backup_dir</replaceable> --instance <replacea
39423946 <programlisting >
39433947pg_probackup delete -B <replaceable >backup_dir</replaceable > --instance <replaceable >instance_name</replaceable >
39443948[--help] [-j <replaceable >num_threads</replaceable >] [--progress]
3945- [--retention-redundancy=<replaceable >redundancy</replaceable >][--retention-window=<replaceable >window</replaceable >][--wal-depth=<replaceable >wal_depth</replaceable >]
3946- [--delete-wal] {-i <replaceable >backup_id</replaceable > | --delete-expired [--merge-expired] | --merge-expired | --status= }
3947- [--dry-run]
3948- [<replaceable >logging_options</replaceable >]
3949+ [--retention-redundancy=<replaceable >redundancy</replaceable >][--retention-window=<replaceable >window</replaceable >][--wal-depth=<replaceable >wal_depth</replaceable >] [--delete-wal]
3950+ {-i <replaceable >backup_id</replaceable > | --delete-expired [--merge-expired] | --merge-expired | --status=backup_status}
3951+ [--dry-run] [<replaceable >logging_options</replaceable >]
39493952</programlisting >
39503953 <para >
39513954 Deletes backup with specified <replaceable >backup_id</replaceable >
You can’t perform that action at this time.
0 commit comments