Now that migrate_plus is implementing migration configuration entites for D8.1.x (#2701277: Provide a means of explicitly registering migrations), we should be able to do configure-only again. The option should create configuration entities for each migration instead of running them, leaving them able to be managed by migrate_tools.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | restore_configure_only-2704721-2.patch | 6.97 KB | mikeryan |
Comments
Comment #2
mikeryanHere we go... A suggested workflow for using this to do custom Drupal-to-Drupal migrations:
drush migrate-upgradecommand with the--configure-onlyoption. This generates migration configuration entities in the D8 database (config table).drush cex --destination=/tmp/exportcp /tmp/export/migrate_plus.migration.* /tmp/export/migrate_plus.migration_group.migrate_*.yml migrate_custom/config/install/Comment #3
willwh commentedMike this is just great :)
I can confirm this works nicely, having just finished up following your instructions, after applying the patch. Awesome!
Comment #5
mikeryanCommitted, thanks!