I have a self-hosted instance running in production for over a year now. The deployment has seen multiple updates and migrations of Appwrite versions. What I have noticed is that size on disk only goes in one direction, up. I have attached a snaphot of the server storage use. The major storage use is users uploading files which get removed after a relatively short period by a cron function. but even with deletions its doesnt seem to affect the storage use on server. Cant be expected behaviour. Any guidance on how I have supposed to salvage freed up storage ?
you could try using a tool like ncdu on your server to see what's filling up your drive - could be appwrite, could be something else
[Solved] Storage usage keeps going up
Recommended threads
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...
- Migration from Cloud to Self-Hosted not ...
Hello Appwrite Community, I've got the problem, that when I try to migrate my Appwrite Project from the cloud to my self-hosted Appwrite, that an API Key is mi...
- I can't migrate my project from Appwrite...
I'm having an issue migrating my Appwrite project to a self-hosted instance. The problem is that I've exceeded my read rate limit (or database read limit), so I...