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

Method handler

wal_e/worker/pg/psql_worker.py:117–119  ·  view source on GitHub ↗
(popen)

Source from the content-addressed store, hash-verified

115
116 """
117 def handler(popen):
118 assert popen.returncode != 0
119 raise UserException('Could not start hot backup')
120
121 # The difficulty of getting a timezone-stamped, UTC,
122 # ISO-formatted datetime is downright embarrassing.

Callers

nothing calls this directly

Calls 1

UserExceptionClass · 0.90

Tested by

no test coverage detected