Baboo7 / strapi-plugin-import-export-entries

Import/Export data from and to your database in just few clicks.
179 stars 95 forks source link

Plugin doesn't import items from navigation plugin #118

Closed vjsampas closed 1 year ago

vjsampas commented 1 year ago

Hi,

We have installed strapi navigation plugin in our environment & created big hierarchy for navigation. Now we want to migrate all content to another environment but seems that navigation hierarchy is not getting exported through import/export plugin.

"strapi-plugin-navigation": "^2.2.3" "strapi-plugin-import-export-entries": "^1.18.0" "@strapi/strapi": "4.7.0"

If it's not supported is there any alternative way to import this hierarchy?

Baboo7 commented 1 year ago

I suspect it's linked to this issue https://github.com/Baboo7/strapi-plugin-import-export-entries/issues/99. I'll dig into that

Baboo7 commented 1 year ago

@vjsampas checkout version v1.19.2, you will be able opt-in to export plugins content types when exporting the whole database

vjsampas commented 1 year ago

It works with v1.19.2. Thanks