- π¬π§United Kingdom welly
I've found that this issue seems to occur when I use drush to run a migration - drush migrate:import users_migration, which has a required dependency on users_roles_migration, results in this error:
Migration users_migration did not meet the requirements. Missing migrations users_roles_migration. requirements: users_roles_migration.
However, if I run the migration through the Migrate Tools UI it executes correctly and runs the required dependencies first. I've got $settings['cache']['default'] = 'cache.backend.null'; commented out.