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

Class GSBackup

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

A performs Google Storage uploads of PostgreSQL WAL files and clusters

Source from the content-addressed store, hash-verified

4
5
6class GSBackup(Backup):
7 """
8 A performs Google Storage uploads of PostgreSQL WAL files and clusters
9 """
10
11 def __init__(self, layout, gpg_key_id):
12 super(GSBackup, self).__init__(layout, None, gpg_key_id)
13 self.cinfo = calling_format
14 self.worker = gs_worker

Callers 1

configure_backup_cxtFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected