Managing content between multiples strapi servers

System Information
  • Strapi Version: 4.17
  • Operating System: docker k8s
  • Database: postgres
  • Node Version:
  • NPM Version:
  • Yarn Version:

Hello everyone,

I’m trying for my company to implement strapi. We have multiples strapi env (dev, integrtation, production)
My workflow work like that :
Next version of my app is on dev
intagration will have the next version or a version with hotfix
production is my main env

I tried to use the strapi import / export but i have multiples problems with my strapi relations when i do the import so it dosnt work well and it does not contain in any way a versionning my data between my env if something goes wrong and i want to rollback

I also deployed strapi on K8s so i have different Nfs on every env for the json collection

my question is how do you manage your data between multples env ?
Does anyone had the same problem that i have ?
How do you also manage the json collection between multiples env ?

Thanks for you answer,

Regards