You've already forked pg_probackup
mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-07-17 07:22:20 +02:00
Updated documentation and test for --status option of delete command
This commit is contained in:
@ -835,7 +835,7 @@ class DeleteTest(ProbackupTest, unittest.TestCase):
|
||||
self.assertEqual(len(show_backups), 4)
|
||||
|
||||
# delete error backups
|
||||
self.delete_pb(backup_dir, 'node', options=['--error-state'])
|
||||
self.delete_pb(backup_dir, 'node', options=['--status=ERROR'])
|
||||
|
||||
print(self.show_pb(backup_dir, as_text=True, as_json=False))
|
||||
|
||||
|
Reference in New Issue
Block a user