Install
Works with Drupal: 8.xUsing Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
21.08 KB
MD5: 9dbe6f8f0e5f338b1d73c4e00bf851de
SHA-1: 601f01cab567d87f317853502515e47f0c8fcae1
SHA-256: b5b1ff8018f79260b5b88641878e010db9e504de68ff6c2ac38809130e415440
Download zip
33.19 KB
MD5: 166436fb4a14cf49d4ffddf32c2e0896
SHA-1: 52e2e2bb5d0c47c5ca03a513be4a62185d991b16
SHA-256: 17db025a87bb419e1acdbb92f9faada8c16a39ad7c7ee98c410ef4ab94af211f
Release notes
The Migrate Tools module provides tools for running and managing Drupal 8 migrations.
Drush commands supported include:
- migrate-status - Lists migrations and their status.
- migrate-import - Performs import operations.
- migrate-rollback - Performs rollback operations.
- migrate-stop - Cleanly stops a running operation.
- migrate-reset-status - Sets a migration status to Idle if it's gotten stuck.
- migrate-messages - Lists any messages associated with a migration import.
The UI at this point provides a front-end equivalent to the migrate-status and migrate-messages commands. It will be enhanced to allow running the other operations, as well as provide the ability to create and alter migrations.