- My goal: Export an app from one self hosted retool instance to another
- Issue: When I export an app from our self hosted Retoo staging instance and import it in our prod instance, the resource IDs for queries are no longer working which is expected. But Since We have 10s of queries and will do many deployments every month, I was wondering if there was a better way to handler migration/deployment from one instance to another.
- What I’ve tried so far: Exporting as JSON and changing the resourceID for each query manually in the JSON then importing it to the prod instance.
Hi @bailakahn,
Thanks for reaching out!
Our Source Control feature lets you safely promote application changes between instances, but this feature is only available on the Enterprise plan.
If you are not using source control, but your resource has the exact same name on both instances, then the imported app should be able to run the queries, despite the resource ids not matching. Have you tried this approach?