You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to know if migration aborted due to some exception.
Q
A
New Feature
yes
RFC
yes/no
BC Break
no
Summary
There is a need to dispatch an event \Doctrine\Migrations\Events::onMigrationsAborted when exception happens during execution of migrations \Doctrine\Migrations\DbalMigrator::executeMigrations
The text was updated successfully, but these errors were encountered:
I use ELK stack for logging and I want to know how frequently migrations were failed during deployment process and on which migration. So I need this type of event to create a listener.
Feature Request
It would be useful to know if migration aborted due to some exception.
Summary
There is a need to dispatch an event
\Doctrine\Migrations\Events::onMigrationsAborted
when exception happens during execution of migrations\Doctrine\Migrations\DbalMigrator::executeMigrations
The text was updated successfully, but these errors were encountered: