Install
Works with Drupal: 8.xUsing dev releases is not recommended, except for testing.
Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
21.16 KB
MD5: 98942813f8d10521862c8ffd7e5fee31
SHA-1: 61b4755d4b2c42c6243a6385f2af6425a8b4987a
SHA-256: 104193af4f9f738a33e53d4908bd2392697a6bc254f14762fbbc5cbec5110f28
Download zip
33.28 KB
MD5: 90c3227cec309b3419d369188033251e
SHA-1: 6c6bef9a1d93b5611602edad351c03daf7d20f01
SHA-256: 2e59ea3ab8a296a4d5b8332950fe3c7599487825937e3c341092513942d942f8
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.