- Issue created by @jienckebd
- Status changed to Needs work
9 months ago 5:49pm 12 March 2024 - π§πͺBelgium wim leers Ghent π§πͺπͺπΊ
Run "drush ms" and observe database errors due to missing D6 tables.
This is the reason. Just use
drush ama:*
commands for any broad operations, and only usedrush migrate:*
commands for specific operations on individual migration plugins after you've surfaced/found them usingdrush ama:*
commands.If you do that, you'll never run into this.
That being said:
Alter migration plugins to remove those with tag "Drupal 6".
is very pragmatic! π I like it π
Review
But the current is far too cowboy-esque π€ It removes all migrations with the
Drupal 6
tag β¦ but quite a few that have that tag also have theDrupal 7
tag πSo this is removing Drupal 7 migrations too! The tests make that obvious.