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.
PumDependencyError
Bases: PumException
Exception when dependency are not resolved
PumException
PumHookError
Bases: PumException
Exception raised for errors by an invalid hook.
PumInvalidChangelog
Bases: PumException
Exception raised for invalid changelog.
PumSchemaMigrationError
Bases: PumException
Exception raised for errors related to schema migrations.
PumSchemaMigrationNoBaselineError
Bases: PumSchemaMigrationError
Exception raised when no baseline version is found in the migration table.
PumSqlError
Bases: PumException
Exception raised for SQL-related errors in PUM.