
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
- functions page returns 500
I am running selfhosted appwrite version 1.6.0 and all of a sudden my functions page stopped working, returning a 500. I don't see anything in the logs that wo...
- Question
Is there anyway to modify the self hosted appwrite code in the register section so that only @eonfluxtech.com emails can register?
- CORS issue with cloudlfared tunnel
I feel like I've made a dumb mistake somewhere in my configuration (very new to programming so please bear with me) but basically - I've got my frontend files h...
