Install

Works with Drupal: ^8 || ^9

Using dev releases is not recommended, except for testing.

Using Composer to manage Drupal site dependencies

Alternative installation files

Download migrate_tools-8.x-4.x-dev.tar.gztar.gz 46.95 KB
MD5: 4af428ee7844ea0d408ee9c4f40cbfa0
SHA-1: da252dc8f285cd381ed8194dab593d43c24e847e
SHA-256: 2422d1111721f3941e7cfbca2e91e4804b63fc296e4a3af9d637f615f6ceff6a
Download migrate_tools-8.x-4.x-dev.zipzip 82.51 KB
MD5: 2d64f69c4fbff6762c66338de6212f67
SHA-1: 46c5adce95f47e8b562118b21d5d24e285b49b09
SHA-256: 792e85d5204b1e1aefc34db7d8efcb891a7a636c87e8d7268598d521f5e9b388

Release notes

The Migrate Tools module provides tools for running and managing Drupal 8 migrations. This release is compatible with Drupal 8.3.x and up.

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.

Created by: mikeryan
Created on: 25 Apr 2017 at 19:47 UTC
Last updated: 5 Jun 2020 at 20:49 UTC
Bug fixes
New features

Other releases