hi, i have a self hosted instance of appwrite on a vps. my appwrite db has around 50k documents in total but appwrite is taking up more then 120+GB. i doubt the database or any other file in media storage is taking up this much space
What's the result of
docker system df -v
40GB cache💀
That's not cache
That's images
you mean the build cache?
Run it again the command with the -v to see the storage used by the images
docker system df -v
Do sudo du -sh /var/lib/docker/volumes/*
quite a long response
Only the volume are of interest for us
got it
Isn't that affecting volumes?
Affecting in what way?
Nevermind. Anyways the issue seems to be unused images
Do you still need those <none> images?
no
didnt touch them
thought appwrite might have something to do with them
Seems not. I recommend doing a copy or backup of them just in case, then removing them if they're not being used or you don't want them. Then if everything is still working fine you can delete the copy
ok, will do
Recommended threads
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...
- Git connection is not working anymore on...
Hello all, I updated from 1.8.1 to 1.9.0 then 1.9.5. All seems to work even the Github connection. In Git configuration I see my Github user but when trying to...