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
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....