Slide 13
Slide 13 text
Search https://git.drupalcode.org/project/MODULE/ for migrations/d7_* files (or migration_templates)
If files, are there, the module will provide some level of migration.
If not, that functionality from your old site could in principle, be in the new site, but all your related
current content/config may not go over to the new site, and will have to be re-created.
Famous examples: metatag, webform, rules, captcha… (yes, and views)
Solution?
1. Look in the issue queue. If not existing, create issue.
2. Work on it until RTBC.
Drupal 7 to 8 migrations
Module ported, but no d7->d8 migration
Not even in the issue queue?