BlackbitDigitalCommerce / pimcore-data-director

Import Bundle for Pimcore
16 stars 3 forks source link

Data-Director from 2.* to 3.* migration #68

Open kaurov opened 1 year ago

kaurov commented 1 year ago

I see you changed a lot in Data-Director v.^3 Thank you.

After composer update all dataports are automatically set to 'compatibility mode' -- good idea, thank you.

Still, do you have some migration strategy? When I simply unchecked, the admin interface crashed so I can't edit old dataport. What is you plan for customers to convert old dataports to new ones? To export on old version and import in the new one? Or to re-create field by fields all 700 hundred fields with callbacks? Or?

BlackbitDevs commented 1 year ago

Actually all dataports with compatibility mode should work the same as before. The only difference without compatibility mode is that the new saving mechanism gets used - for details see https://github.com/BlackbitDigitalCommerce/pimcore-data-director/blob/master/changelog.md#new-saving-method

So when your admin interface crashes, this is unexpected. Do you see any error?