Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download tar.gz 210.32 KB
MD5: 88be8e698e2fffe7a93b599fc125eb3f
SHA-1: a5049b494741456972ddeb1d57f3b4f9a5626afa
SHA-256: a9a3e2b823d13bcf8b1921b85b9cb43f2effe6be132972876dd15ac2f2a8cdd1
Download zip 236.59 KB
MD5: c871bc6df42c550d47f0fe10088722c5
SHA-1: e56e2f31d4f0c95c59c25e0750370125feec90d0
SHA-256: 75a3166537edcb1d9d32e7bace4097fdc45f10bd1e800f6468a6912f1c5d9830

Release notes

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 Drupal nodes, taxonomy terms, comments, and
users are included. Plugins permit migration of other types of content.

Usage
-----
For now, all we offer is documentation by example. Enable the migrate_example module and browse to admin/migrate to see its dashboard. The data for this migration is in migrate_example/beer.inc. Mimic that file in order to specify your own migrations. All imports/rollbacks/etc. are initiated by drush commands.

The Migrate module itself has support for migration into core objects. Support for migration involving contrib modules is in the migrate_extras module.

Upgrading
---------
Do not attempt to upgrade directly from Migrate 1 to Migrate 2! There is no automated path to upgrade - your migrations (formerly known as "content sets") must be reimplemented from scratch. It is recommended that projects using Migrate 1 stay with Migrate 1, and that Migrate 2 be used for any new migration projects.

Created by: mikeryan
Created on: 28 Nov 2010 at 23:16 UTC
Last updated: 2 Aug 2018 at 04:56 UTC
Insecure
Unsupported

Other releases