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
Recommended threads
- [Self-hosted] Realtime crashes with "Mis...
- How to use Operator.arrayAppend on a rel...
Hi, is it possible to use any operator on a relationship column? I have a One to Many relationship column on a table and I would like to add entries to the colu...
- Large File Upload Issue with S3/RustFS
Hi, we are seeing a reproducible large upload failure with Appwrite 1.8.0 using S3-compatible storage through RustFS. A file upload of about 10.7 GB consistent...