migrator icon indicating copy to clipboard operation
migrator copied to clipboard

Migrate from Statamic v2

Results 19 migrator issues
Sort by recently updated
recently updated
newest added

I was trying to figure out why one of my collections would not filter by taxonomy. I eventually tracked it down to the collection definition file. blog.yaml looked like this:...

bug

i am migrating a fieldset with this asset field: ``` hero_image_video: container: main folder: entries/images-videos restrict: false mode: grid type: assets localizable: true display: 'Hero image/video' validate: 'ext:jpg,jpeg,gif,png,svg,mp4' max_files: 1...

bug

when using a statamic2 website in multiple languages, all routes for collections end up being empty as for taxonomy urls, i still haven't figured out if they actually work in...

bug
multisite

- [ ] Migrate site defaults and config into proper places - [ ] The `twitter_site` changed to `twitter_handle` - [ ] Some site defaults got converted to PHP config...

feature request

Spent hours trying to figure out why my site wasn't working, to have Jason figure out I was missing `SITE_URL` in my .env, which was referenced in `sites.php` config. I...

feature request

Maybe we can migrate a few of the most common breaking tags and modifiers. Would like to only touch things that are unopinionated and tedious for the user though.

feature request

Maybe we can migrate more of the secondary settings, like caching settings, email settings, search index settings, etc.

feature request

See https://github.com/statamic/cms/issues/1352

feature request

v2 site helpers could be moved into regular classes within App.

feature request