Articles
Migrate URL Alias With Sequential IDs
When migrating a site, it's important to catch all the url aliases and redirects. Otherwise, existing links on the web may not...
Media Migration With Sequential IDs
Default Drupal migrations import original entity IDs, but can be modified to reset IDs.
Follow the instructions for generating...
Migrate Content With Sequential IDs
When migrations are generated with Migrate Upgrade, nodes and revisions are imported with their preexisting IDs.
ID Conflicts
A...
NodeComplete Migration Source
NodeComplete is a migration source plugin that is used for generated upgrade migrations from d6 or 7.
NodeComplete vs classic
...
Migrate Field Values Into New Referenced Entity Using Migrate Lookup
During site upgrades, we often need to make changes to the content types and fields. In this example, there is a Book content...
Upgrading Drupal Sites
Drupal 8 was a major change to the codebase. Upgrading a site from 7 or older is a major operation because many modules are...
Migrate hierarchical content
Lets say you have an Article content type, with fields to reference the parent and order. If an article has 3 children, each...
Migrate referenced children of same content type
Let's say you have some articles with a reference field for related articles.
Here is the source content:
- id: 1 title...
Migration Issues
When you're working on a migration, you may need to change the row IDs being used. If you do, the migrate map and message tables...