Skip to content

Mirgation from Forms 1 (Drupal 7)

Andriyun edited this page Sep 1, 2020 · 1 revision
  1. Enable migrate_upgrade migrate_tools
drush migrate_upgrade migrate_tools
  1. Add webform migrate config web/modules/contrib/webform_migrate/migration_templates/d7/d7_webform.yml
  2. Set migrated category if needed /admin/structure/webform/config Tredjepartsindstillinger > OS2Forms
  3. Check migration status
drush ms

There should be present upgrade_d7_webform migration

  1. Run migration
drush mim upgrade_d7_webform

Useful commands

Rollback migration

drush mr upgrade_d7_webform

Reset migration status

drush mrs upgrade_d7_webform
Clone this wiki locally