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
3262
3262
</para >
3263
3263
<programlisting >
3264
3264
pg_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 >
3266
3270
3267
3271
</refsect2 >
3268
3272
</refsect1 >
@@ -3942,10 +3946,9 @@ pg_probackup merge -B <replaceable>backup_dir</replaceable> --instance <replacea
3942
3946
<programlisting >
3943
3947
pg_probackup delete -B <replaceable >backup_dir</replaceable > --instance <replaceable >instance_name</replaceable >
3944
3948
[--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 >]
3949
3952
</programlisting >
3950
3953
<para >
3951
3954
Deletes backup with specified <replaceable >backup_id</replaceable >
You can’t perform that action at this time.
0 commit comments