11.0.x

Describe Your Theme with an Info File

Last updated

Introduction to Migrations with Drupal

Last updated

Whether you're updating from Drupal 6 or Drupal 7, or importing data from some other source, you need to know about the migrate system in the latest version of Drupal. This tutorial provides an overview and links to additional tutorials where you can learn more about how all the individual parts work.

By the end of this tutorial you should have a better understanding of what the migration system is capable of and know where to find more information about how to use it.

Goal

Know where to get started with your Drupal upgrade or migration project.

Use Upgrade Status and Contrib Tracker

Last updated

Preparing for a Migration to Drupal

Last updated

Planning for a migration is essential. In our collective experience we've never once seen someone sit down and execute a migration flawlessly on their first attempt. Migrations involve preparing and analyzing your source data, building a new website that data can be migrated into, and lots of testing, rolling back, and testing again, in order to get everything right. By the end of this tutorial you should be ready to start planning for your own Drupal migration project, and have a better understanding of the challenges of migrating from one system to another.

Prepare for a Drupal-to-Drupal Migration

Last updated

Migration-Related Contributed Modules

Last updated

Migrate System: Terms and Concepts

Last updated

To follow along with the rest of the migration tutorials you'll want to make sure you understand the following concepts and terms as they relate to Drupal migrations.

In this tutorial, we'll take look at the basic components of a migration and familiarize ourselves with some of the concepts and terminology needed to understand how the system works. We'll cover:

Drupal-to-Drupal Migration with the UI

Last updated

Drupal-to-Drupal Migration with Drush

Last updated

Core Migration Modules

Last updated