DrupalCon Dublin 2016: Migrating data to Drupal 8

preview_player
Показать описание
Drupal 8 has a huge power. And one of the modules that give this power is Migrate module. It provides an awesome framework to transfer data from one source to Drupal 8.

Is it difficult to migrate data to Drupal 8? Well, it's not so complicated, but you need to know some concepts pretty clear. In this talk I will explain these concepts:

Philosophy of Migrate framework
Migrate framework
Modules and commands to start your migration.
Needed plugins and classes to start.
How to extend your migration framework and contribute to contrib modules with your migrate plugins.
Tips to speed migrations. What if you need to migrate a million of items?
Migrate has two ways of migrate olders Drupal to Drupal 8. One is by code, and the other one is by migrate_drupal_ui. In this talk I will talk only about migrate by code.
Рекомендации по теме
Комментарии
Автор

How to migrate content along with domain associated with it from D7 to D8. A drupal 7 multisited created using domain access module, and I want to migrate content from D7 to D8 custom way along with domains and metatags. any suggestion or tutorial

SunilSingh