System Information
- Strapi Version: 4.25.3
- Operating System: MacOS
- Database:
- Node Version: v20.16.0
- NPM Version:
- Yarn Version:
Hi everyone,
After the release of multi-environment support, I created two new environments (dev, staging) in addition to the single prod environment I had. After I created the environments, the dev and staging came empty, with no data or configuration inside them.
Manually adding the data I have in prod to dev and staging doesn’t make sense, and the data transfer feature of Strapi allows to move data only between local-remote instances, not remote-remote.
Is there a way to move data between two local instances/environments? It’s needed in multi-environment projects to move data gradually from dev to prod so I hope there’s a way to do it.
Thanks in advance!!