A performs Google Storage uploads of PostgreSQL WAL files and clusters
| 4 | |
| 5 | |
| 6 | class 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 |
no outgoing calls
no test coverage detected