collective / collective.exportimport

Export and import content and other data from and to Plone
GNU General Public License v2.0
15 stars 14 forks source link

Migration between Volto sites #226

Open cekk opened 7 months ago

cekk commented 7 months ago

I need to migrate some data between two Volto sites. When i export the contents, there are some blocks serializers (adapters in plone.restapi) that converts internal links with resolveuid into a proper url.

This generates wrong/broken exports.

There should be a way to temporary disable these adapters and don't change blocks data.

Any idea about how to do it in a nice way?

pbauer commented 7 months ago

Good point, I think we will encounter the same issue in plone.distribution. The right way is probably to override the serializers.

cekk commented 3 months ago

Yes i thinked about that, but maybe there are some products that overrided them too (in both source and destination)