- Issue created by @kris77
- 🇱🇹Lithuania vibrasphere
For me it was /migrations/ and /src/ folders, you copy them into your D10 /webform/ directory
Then run drush command line e.g.
migrate:upgrade --legacy-db-key=migrate --configure-only --legacy-root
my D7 database is connected via settings.php inside D10 for this to work.And now if you go to
admin/structure/migrate/manage/migrate_drupal_7/migrations
the webform migrations upgrade_d7_webform and upgrade_d7_webform_submissions will appear and will be ready to be executed.This module needs proper documentation, it's a mess.