MCPcopy Create free account
hub / github.com/wal-e/wal-e / delete_all

Method delete_all

wal_e/operator/backup.py:410–413  ·  view source on GitHub ↗
(self, dry_run)

Source from the content-addressed store, hash-verified

408 self.delete_all(dry_run, self.layout)
409
410 def delete_all(self, dry_run):
411 conn = self.new_connection()
412 delete_cxt = self.worker.DeleteFromContext(conn, self.layout, dry_run)
413 delete_cxt.delete_everything()
414
415 def delete_before(self, dry_run, segment_info):
416 conn = self.new_connection()

Callers 2

delete_old_versionsMethod · 0.95
mainFunction · 0.80

Calls 2

new_connectionMethod · 0.95
delete_everythingMethod · 0.80

Tested by

no test coverage detected