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
- payment
I’ve never used this service. I remember signing up a long time ago but completely forgot about it. I’ve been receiving emails, but since the payments were fai...
- Problem with Google Workspace at DNS Rec...
Hello, I bought a domain at Namecheap, and Google Workspace used to work there, but now that I switched from Custom DNS to Appwrite's nameservers, it doesn't w...
- The console isnt showing documents
In console ui saved documents are being shown on frontend but i can see its showing 4 or number of docs available but in rows its only showing single doc and th...