24:56 20:37 Running- First commit to issue fork.
- Merge request !57feat(drush migrate:rollback): skip disabled migrations β (Open) created by aurelianzaha
Some migrations may be disabled for a number of reasons. Drush command migrate:rollback
should skip all disabled migrations before any further operations.
At this moment, migrate:rollback
command does:
1) without --skip-progress-bar option: Tries to initialize the Symfony Console progress bar. It can fail, for example, if the source DB table doesn't exist.
2) with --skip-progress-bar option: Ends with the message: [error] Migration <name> is busy with another operation: Disabled
Both cases don't make sense and we should avoid any operation on disabled migrations.
Skip disabled migrations.
Needs review
6.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.