Migrating content between environments

Dear Strapi community,

I’m trying to see what is the best way to migrate content from one environment to another.
Options are

  • Export and import content - this is not ideal as it’s not pipeline based
  • Script to export content and run as migration - this is something doable but requires work on our side and might cause issues if not selected properly

What is the way you do it in your projects? How do you migrate only selected content from one environment to another? How do you retain draft/publish status and other options including relations?

Thank you

2 Likes