Migrate Extras extends Migrate to provide support for several contributed modules.

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

Status

Migrate Extras 2.5 is now available. This is planned to be the final Migrate Extras release - the only work to be done with Migrate Extras going forward will be to port the contrib module support here directly to the respective supported modules.

Current Integrations

Migrate 2: For compatibility between Drupal 6 and Drupal 7 implementations of Migrate V2, all features in core for Drupal 7 are supported by the Migrate V2 module itself on both 6 and 7. Notably, that means while CCK and filefield support were in migrate_extras for V1, they are in Migrate itself for Migrate V2.

Contrib modules with migration support - green checks indicate support is in Migrate Extras, N/A indicates a module which does not support that Drupal version, Requested indicates modules which have been asked for, Built-in indicates a module which has Migrate support built-in):

Drupal 6 Drupal 7
Address Field N/A Yes
Automatic Nodetitles Requested
CiviCRM Requested
Commerce N/A Built-in
Countries N/A Built-in
Date Built-in Built-in
Content Taxonomy Yes N/A
Domain Access Requested
Email Field Requested Built-in
Embedded Media Field Yes Requested
Entity API N/A Yes
Entity Reference N/A Built-in
Field collection N/A Requested
Fivestar Requested
Flag Yes Yes
Formatted Number CCK Yes N/A
Interval N/A Yes
Geofield N/A Yes
Internationalization Requested
ISBN Field Requested
Link Built-in Built-in
Location Requested
Media N/A Yes
Media gallery Requested
Name Field Requested
Node access user reference Requested
Nodewords Yes N/A
Organic groups Yes Yes
Page Title Yes
Pathauto Yes Yes
Path Redirect Requested N/A
Phone (CCK) Requested N/A
Phone Number (cck_phone) Yes Yes
Physical fields N/A Requested
Private Messages Yes Yes
Profile 2 N/A Yes
Project Requested N/A
Redirect N/A Requested
Relation N/A Built-in
Rules Yes Yes
Scheduler Requested
Statuses N/A Requested
Transliteration Requested
Ubercart Requested
User relationships Yes Yes
User Points Requested
UUID Yes
Voting API Yes Yes
Webform Requested Yes
Weight Requested

Creating Integrations

If you need to import content for a module not listed here, you can add a feature request to that module's issue queue, or you can use the included implementations as examples and write the extension yourself (submitting a patch to that module's issue queue). Creating these integrations is usually straight forward, but may require a proper understanding of a contrib module's APIs, along with their features and limitations. For more information on the Migrate API, see the Migrate documentation, particularly Handler classes - usually, supporting a contrib module is simply a matter of implementing an appropriate handler.

Project information

Releases