- Issue created by @quilx
When trying to migrate a Drupal 7 site to a Drupal 10 site prepared with all the modules containing upgrade paths (including Media Migration) the following error is generated:
[error] Cannot change the field type for an existing field storage. The field storage node.field_image has the type image. (/home/drupal/dev/tcc-ds/web/core/modules/field/src/Entity/FieldStorageConfig.php:399)
The same error will be generated again.
Uninstalling this module solves the problem and the migration works: the newly created content type and its instances are migrated to the Drupal 10 site.
Active
Documentation