statamic / migrator

Migrate from Statamic v2
43 stars 6 forks source link

Fix asset migrator failing due to event listeners failing #109

Closed jesseleite closed 2 years ago

jesseleite commented 2 years ago

Fix asset migrator failing due to event listeners failing when users are not yet setup correctly. I figure they shouldn't have to set up users first to migrate old data.

This will allow us to quietly generate asset meta without Statamic's event listeners doing extra unnecessary stuff. Requires https://github.com/statamic/cms/pull/6339 (we should also up the minimum Statamic version requirement in the migrator's composer.json to ensure this change is in core).