Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download migrate_d2d-7.x-2.1-rc1.tar.gztar.gz 50.07 KB
MD5: 8c1d31559b36b8a5062326c503c2cc11
SHA-1: d5b3e870ed4c1c23cf403e5cc4a0eb9560c9411e
SHA-256: 66df0dd3af3c3a78781061a2eb5e7d53629ac996cc1954abfc573ea5b132bc35
Download migrate_d2d-7.x-2.1-rc1.zipzip 75.86 KB
MD5: 6d679ce55bf824ef07bb88586dc9eb9a
SHA-1: 5f2250f1219803f7a3a0a78d903498227b80b5ac
SHA-256: 0450e3c629c65c575f39687129e87760c00e4a07148a473290b44623660f2385

Release notes

Drupal-to-Drupal migration

This is a framework based on the Migrate API to ease building migrations
from one Drupal site to another. Besides addressing contemporary needs
to migrate to Drupal 7, it is intended to help serve as a proof-of-concept for
incorporating the migration approach into core as an upgrade path
(http://drupal.org/node/1052692).

migrate_d2d

The core framework provided here is used by providing your own module, which
will register instances of the migrate_d2d classes (or derivations of them).
See migrate_d2d_example for one approach, where instances are registered when
the Drupal caches are cleared (note that registration updates previously-
registered classes with any argument changes).

migrate_d2d_ui

This module provides a web-based UI for defining Drupal-to-Drupal migrations. After providing credentials for the database containing your D5, D6, or D7 site, and customizing what to import, your migration classes are registered and ready for import (although you will usually want to visit the individual migrations and edit the field mappings).

Created by: mikeryan
Created on: 15 Dec 2014 at 17:28 UTC
Last updated: 9 Feb 2015 at 23:13 UTC
Bug fixes
New features

Other releases