The same question, i need migrate labels for fields from one server to another.
- Why you decided to save it in DB ? How to migrate it ???
- Ok, let
s try your export|import data tool: I need export just config:npm run strapi export – --no-encrypt --only config -f dump_config/export`
And after import config:
npm run strapi import -- --only config -f dump_config/export.tar.gz
I`m losing all data. What the f**k ??? What is in you heads, when you decided to delete ALL DATA during import ???