Exceptions
PgDumpCommandError
Bases: PumException
Exception raised for invalid pg_dump command.
PgDumpFailed
Bases: PumException
Exception raised when pg_dump fails.
PgRestoreCommandError
Bases: PumException
Exception raised for invalid pg_restore command.
PgRestoreFailed
Bases: PumException
Exception raised when pg_restore fails.
PumConfigError
Bases: PumException
Exception raised for errors in the PUM configuration.
PumException
PumHookError
Bases: PumException
Exception raised for errors by an invalid hook.
PumInvalidChangelog
Bases: PumException
Exception raised for invalid changelog.
PumSqlError
Bases: PumException
Exception raised for SQL-related errors in PUM.