How to import content with out deleting the existing data

The same question, i need migrate labels for fields from one server to another.

  1. Why you decided to save it in DB ? How to migrate it ???
  2. Ok, lets 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 ???