Hey, I have a server where im hosting appwrite. Id like to be able to spin up a local version of that appwrite with the configurations I did (projects with ids, functions with ids, deployments, api keys, etc.). Is that possible? I dont want to have to deploy the functions by hand again and copy ids, is it possible to just do "docker compose up" and magically have the same "appwrite structure" as I do in my prod server (without db entries)?
It's possible. It will require some work on your side.
The easy way would be to use the backup in your production server
Then, use the restore on your new environment
Be sure to backaup the database and the docker volumes
In this link you would find the details of the backup and restore
https://dev.to/appwrite/appwrite-in-production-backups-and-restores-4beg
Recommended threads
- Account Status
Hello! I'm a student and am in the GitHub Student Organization, and according to GitHub, I am recieving pro membership via the Student Dev Pack. However, when I...
- Refund Request - Just purchased 2 mins a...
Hello Appwrite Team! I am a student and like 2 minutes ago I purchased Appwrite Pro ($15) because I had reached a limit on the number of attributes in a collect...
- Custom Domains
Hi All, Should be a quick config issue. I'm setting up custom domains on the hosted version. I have verified the domain with the CNAME but appwrite isn't gene...