The migrate module provides a flexible framework for migrating content into Drupal from other sources (e.g., when converting a web site from another CMS to Drupal). Out-of-the-box, support for creating core Drupal objects such as nodes, users, and comments is included - it can easily be extended for migrating other kinds of content. Content is imported and rolled back using Drush commands.

Requirements

Migrate V2 on Drupal 7 has no external dependencies. Migrate V2 on Drupal 6 requires the autoload (version 2) and dbtng modules. To use the migrate_ui submodule on Drupal 6, you also need elements.

Status

Migrate 2.2 is now available - see the Drupal 7 or Drupal 6 release notes for full details. Key enhancements are:

Migrate V2 was a complete rewrite from the ground up - we used what we learned with Migrate V1 to come up with a much more flexible development framework. There will be no automated upgrade path from Migrate V1 to Migrate V2 - if you currently have migration processes implemented using Migrate V1, you are probably best off not moving them to Migrate V2. If you are just starting with Migrate, it is recommended that you begin with Migrate V2.

Note that Migrate 1 had the capability of defining mappings through the UI - this capability is not currently in Migrate V2. See #1017246: UI for running migrations and #1123538: UI for defining migrations.

There will be no new development on Migrate V1. 6.x-1.2 was the final release of Migrate V1.

Support for contributed modules

The ideal place to implement migration support for a contributed module is in that module, not in the Migrate module. That way, the migration support is always self-consistent with the current module implementation - it's not practical for the migrate module to keep up with changes to all other contrib modules.

If this is not practical, or as an intermediate step before submitting migration support to the contrib module itself, the best alternative is for the contrib support to be added in the Migrate Extras module.

No contrib module support will be added to the core Migrate module (with the exception that CCK support is in Migrate V2 for Drupal 6, for ease of synchronization with the Drupal 7 version).

Resources

Acknowledgements

Much of the Migrate module functionality was sponsored by Cyrve, for its clients

Thanks to Frank Carey for the Migrate Extras module.

Downloads

Recommended releases

Version Downloads Date Links
7.x-2.2 tar.gz (4.24 MB) | zip (4.41 MB) 2011-Sep-18 Notes
6.x-2.2 tar.gz (235.59 KB) | zip (276.3 KB) 2011-Sep-18 Notes

Development releases

Version Downloads Date Links
7.x-2.x-dev tar.gz (4.26 MB) | zip (4.43 MB) 2012-Feb-06 Notes
6.x-2.x-dev tar.gz (247.77 KB) | zip (287.16 KB) 2012-Feb-06 Notes

Project Information


Maintainers for Migrate

  • mikeryan - 924 commits
    last: 5 days ago, first: 2 years ago
  • drewish - 53 commits
    last: 2 weeks ago, first: 18 weeks ago
  • moshe weitzman - 256 commits
    last: 15 weeks ago, first: 2 years ago

Issues for Migrate

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
Oldest open issue: 5 Mar 09
nobody click here