Migrate Tools
Categories
Component ID
2609548
Component name
Migrate Tools
Component type
module
Maintenance status
Development status
Component security advisory coverage
covered
Downloads
214864
Component created
Component changed
Component body
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.
Versions
- 8.x-4.0-beta2+ - Compatible with Drupal 8.3.x and above and Drush 8/9, this is where primary development will be focused.
- 8.x-3.0-rc1 - Compatible with Drupal 8.2.x only, support for major/critical bug fixes only.
- 8.x-2.0 - Compatible with Drupal 8.1.x only, no longer supported.
- 8.x-1.0 - Compatible with Drupal 8.0.x only, no longer supported.
