Migrate Tools
This module provides tools to manage and run Drupal data migrations using Drush commands and a web interface. It allows you to check migration status, import, roll back, stop, reset, and view messages related to your migrations.
The Migrate Tools module provides tools for running and managing Drupal 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.
- migrate:fields-source - List the fields available for mapping in a source
- migrate:tree - Shows a tree of migration dependencies
A Web UI provides a front-end equivalent to many of the drush commands.
Versions
Note:
Since Drush 10.4 many of the drush commands are also available in Drush core. The code-base that made its way into Drush 10.4 was from an earlier and simpler fork of this module's code. For example, Drush does not support migrate plus config entities or provide a progress bar. Over time, the Drush team continues to add features and some of this might become incorporated upstream. The support team for Drush is unique from migrate tools. Any features or support requests for Drush core should be handled in its Github issue queue.
- 6.0.x - Compatible with Drupal 9+ and Drush 11+ and PHP 7.4+. This is where primary development will be focused.
- 8.x-5.x - Compatible with Drupal 8.8 || 9.0+ and Drush 9/10.
- 8.x-4.0-beta2+ - Compatible with Drupal 8.3.x and above and Drush 9. (Drush 8 support in 4.x is best effort at this point)
- 8.x-3.0-rc1 - Compatible with Drupal 8.2.x only, no longer supported.
- 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.
Depends on
Dependencies of the latest stable release
- migrate Drupal core
Required by
20 tracked projects depend on this one
- Path redirect import 17,271 sites
- Migrate File Entities to Media Entities 1,647 sites
- Migrate source UI 1,289 sites
- Migrate queue importer 945 sites
- Custom SQL Migrate Source Plugin 98 sites
- Migrate Orphans Purger 73 sites
- Normalized Image Styles 41 sites
- Migrate Wizard 34 sites
- Commerce ML Migrations 31 sites
- Wordpress to Drupal Migrate 16 sites
- Migrate QA 15 sites
- Opigno migration 14 sites
- Orange DAM 7 sites
- Content Workflow (Bynder) 6 sites
- LocalGov Irish Service Catalogue 4 sites
- WAT WAT 3 sites
- VideoJS Media migrate
- Migrate from Services
- LocalGov Legacy Migration
- Workbench Moderation to Core Moderation