Migration seemingly completes but doesn't actually migrate any forms.
"There is no Webform yet." is all I see after the import.

Webforms was disabled before migration and YAML form enabled, as per instructions.

Drupal 8.5.3
Tried Webforms 5.0, 5.1, 5.2, 5.3
PHP 5.6.40

Migrated through UI. I don't have SSH access to the site and can't do drush methods.
No errors and nothing in watchdog DB table.

Comments

gekomees created an issue.

jrockowitz’s picture

I recommend trying to migrate to Webform 8.x-5.0-beta1 and then upgrading the Webform module.

gekomees’s picture

So I finally got around to testing this and indeed migrating to Webform 8.x-5.0-beta1 works. This info should be on the project main page not some dark corner in the issue list.

Alas after updating drupal to newest and Webform at the same time I ran into update 8026 error:
https://www.drupal.org/project/webform/issues/2975045
https://www.drupal.org/project/webform/issues/2849564

"Solved" that by commenting out the update in the webform.install.update.inc file if anyone is interested. Didn't affect the forms in any negative way for my purposes but your mileage may vary.