System Information
- Strapi Version: 5.16.0
- Operating System: linux
- Database: PostgreSQL
- Node Version: 20.18.1
- NPM Version:
- Yarn Version:
I’m using Strapi v5 and I’d like to transfer content between environments (for example, from staging to production). However, I don’t want to migrate the entire database — I only need to migrate some specific entries/pages.
I have a few questions:
Is there a built-in way to export/import only selected entries in Strapi v5?
Can the Transfer API or any other Strapi feature handle partial content migration, or is it only for full database transfers?
What’s the best practice to move specific data while keeping relations, components, and media intact?
Any guidance, tools, or workflows would be really helpful. Thanks!