Topic: Migration
Migrating from Sitecore to Drupal
If you have been tasked with migrating a site from Sitecore to Drupal, you might have run into the same problem I did -- a complete lack of all documentation on the subject.
D10 Upgrades Common Problems and Solutions
D10 Upgrades from Drupal 9 can be tricky! There are usually unforeseen issues. Here are some commonly seen problems and solutions.
Migration process plugin example: skip if value is too long
Sometimes during a migration, we need a process plugin, which alters the value before it gets stored in the new database.
How to change a source property in a migration plugin
Sometimes during a migration, you need to do some processing on a field before migrating it. In this case you can write a source plugin. Here's how to do it for a node migration:
How to migrate fields from D7 in an event subscriber
Sometimes during a migration, fields are not directly migrateable in the .yml file.