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
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...