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

Method _error_on_unexpected_version

wal_e/storage/base.py:262–265  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

260 return self._api_path_prefix
261
262 def _error_on_unexpected_version(self):
263 if self.VERSION != CURRENT_VERSION:
264 raise ValueError('Backwards compatibility of this '
265 'operator is not implemented')
266
267 def basebackups(self):
268 return self._api_path_prefix + 'basebackups_' + self.VERSION + '/'

Callers 5

basebackup_directoryMethod · 0.95
basebackup_sentinelMethod · 0.95
wal_pathMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected