
I have an appwrite instance running in production. Now, if I re install appwrite, all my funtions and data are getting lost. So, I have to manually deploy the functions every time. What's the way to dockerize the appwrite with functions so that if I build the docker image and run it, it will run with all the functions like before?

Hey there 👋 What's your scenario for reinstalling Appwrite? That should not be nessessary.
You could use Appwrite CLI to easily deploy functions. You could also utilize backup&restore to get all data back after reinstall.

My client is saying that he want one command or way where he can remove all of the thing in the server and then run a docker image. That docker image will then run appwrite with the functions too.

hmm i don't think so...functions are like collections and projects. They're considered data in Appwrite
Recommended threads
- Creating a relationship with nested obje...
{ "data": { "name": "DiDi", "type": "Software Development", "userJobs": [{ "$id": "68cbf1e2003612fb13ca", "j...
- Realtime integration with SSR auth
Hey, I have a nextjs website with SSR auth, works great. I use a session client for user verification and an admin client with API key. Both is used with node-...
- Updating console to 1.8
Hey! Does anyone know how to update the appwrite console only? I am using console 1.7.4 but it has UI/UX issues 🙁
