Skip to content

orbingol/drupal_migration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Migration Module for Drupal

Introduction

This repository contains a Drush module and migrate_d2d module for migration from D6 to D7.

Drush Module : This module is used for converting some several fields to another separate fields in a content type. This separation operation makes field-to-field migration easy. Additionally, this module can dump node variables anytime and fix translation matches after migration process.

Migrate Module : This module is the main migration module.

This module is capable of doing

  • Content type
  • Taxonomy
  • File
  • User
  • Menu

migrations while processing dependencies between these elements.

Content types with related fields and taxonomy vocabularies should be created before running these migrations but there is no need to create vocabulary terms inside a taxonomy because, migration automatically transfers the terms.

Requirements

For Drupal 6

For Drupal 7

Notes

Module Changes

Problems & Solutions

  • When Date Popup is used, related field does not updated with correct data from the database. Probably, this is a problem of local testing environment.
  • After deleting some content types, SQL query changes and Drush module should be updated to fit these changes.

Usage

  • Wonder what is all about? See INFO file.
  • Want to know how to use this package? See USAGE file.

License

This package is licensed under APACHE License v2.0

About

Migration module example for transferring data from Drupal 6 to Drupal 7

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages