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

Class SwiftBackup

wal_e/operator/swift_operator.py:6–14  ·  view source on GitHub ↗

Aerforms OpenStack Swift uploads of PostgreSQL WAL files and clusters

Source from the content-addressed store, hash-verified

4
5
6class SwiftBackup(Backup):
7 """
8 Aerforms OpenStack Swift uploads of PostgreSQL WAL files and clusters
9 """
10
11 def __init__(self, layout, creds, gpg_key_id):
12 super(SwiftBackup, self).__init__(layout, creds, gpg_key_id)
13 self.cinfo = calling_format
14 self.worker = swift_worker

Callers 1

configure_backup_cxtFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected