BlackbitDigitalCommerce / pimcore-data-director

Import Bundle for Pimcore
16 stars 3 forks source link

remove and reinstall data director #58

Open betterapp opened 1 year ago

betterapp commented 1 year ago

I have several problems with DD after update from 3.1.17 to 3.2.5

I want to remove everything and reinstall it. What tables I should remove from database ? Can I create backup of all dataports - not one by one ?

BlackbitDevs commented 1 year ago

Perhaps first try 3.2.11 as we have already fixed some bugs which we recognized ourselves.

To create backups of all dataports please save the json files from folder <Pimcore root>/var/bundles/BlackbitDataDirector. Especially the ones without a timestamp are important, e.g. dataport_1.json (the json files with the timestamp is used for the dataport versioning). After reinstalling you can use the command bin/console data-director:deployment:dataport-rebuild to recreate the dataports based on the JSON definition files.

But actually the newer release should fix bugs and not introduce new ones, so what problems do you have exactly?