Hi! I have a really important question to ask.
When using a DigitalOcean Droplet for hosting Appwrite, if I add additional storage volume to the Droplet and attach it, will it automatically expand the database storage capacity, or do I need to perform additional configurations such as mounting the volume?
Specifically, how should I manage the integration of additional storage with the database within the Appwrite setup?
Additionally, I'm curious about how Appwrite manages these internal configurations when self-hosted on services like DigitalOcean, especially in terms of performance and storage, and how these considerations are affected when vertically scaling the Droplet.
It will not scale automatically. You will need to attach the volume and move the DB to the volume and configure it in order to use it.
For the file storage, you can use digitalocean spaces, move all the data to the spaces and set the env variables that appwrite has to use that storage provider.
Recommended threads
- All My Project is Gone
Hello everyone, please help. Why have all my projects suddenly disappeared? I received a warning via email about one of my projects being paused. When I clicked...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- Appwrite 1.9.0 doctor fails tho database...
So i was testing in a local environment the upgrade for 1.9.0, and after getting everything into a running state, i checked the logs that shows : ``` └── Cre...