statamic / migrator

Migrate from Statamic v2
43 stars 6 forks source link

Image manipulation presets are not migrated #91

Closed FrittenKeeZ closed 3 years ago

FrittenKeeZ commented 3 years ago

It would be really nice if images manipulation presets were migrated from site/settings/assets.yaml to config/statamic/assets.php

FrittenKeeZ commented 3 years ago

I just looked through the migrator and found this, which explains the "missing" migrations:

$this
    // ->migrateAssets()
    // ->migrateCaching()
    ->migrateCp()
    // ->migrateDebug()
    // ->migrateEmail()
    ->migrateRoutes()
    // ->migrateSearch()
    ->migrateSystem()
    // ->migrateTheming()
    ->migrateUsers()

Until you've found time to implement those, it would be nice with some documentation explaining those missing should be handheld.

jesseleite commented 3 years ago

@FrittenKeeZ We kind of do with the following in the readme (though maybe it could be a bit clearer). Thanks!

We cannot guarantee a complete migration, but this migration attempts to transfer core settings where possible.