strapi / migration-scripts

Collection of Strapi Migration scripts
58 stars 57 forks source link

Strapi core_store corruption during data migration. #105

Open kasonde opened 1 year ago

kasonde commented 1 year ago

Bug report

Required System information

Describe the bug

In some cases during migration, users core_store gets corrupted causing an inability to view collection types in the content manager. This currently only occurred for a collection type and not a single type.

Steps to reproduce the behavior

This occurred during a user's routine migration process. To our knowledge, there aren't any steps outside of what we prescribe in our guides that the users followed.

Screenshots

Additional context

To get past this, the user had to delete their core_store content manager config

derrickmehaffy commented 1 year ago

This should be fixed in https://github.com/strapi/migration-scripts/pull/106 but I'll run some additional tests to confirm