
Hi, I'm testing my app where I upload also files to appwrite storage. As I suspect, I've filled up my disk. Now I can't start Appwrite. Could I ask for help with this issue? Can I somehow access the files from the console and delete the recently uploaded ones?

since you are testing locally, you can just wipe the whole instance via - docker compose down -v
. Or you can check the volume itself and clean it up if using Docker desktop.

but "docker compose down -v" remove also my all files? I don't want to. Can I check volume's files by console? I have only VPS with debian os and docker installed

- yes, it will remove all the files
- no, console cannot show volume files. although if you can open console, access project storage, you could delete files from there
- you could search for similar questions around the web for cleaning volume files manually via cli - https://stackoverflow.com/questions/38415804/how-do-you-remove-the-contents-of-a-docker-volume
Recommended threads
- Origin error after changing default port...
Hi! I need some help regarding an issue I’m facing with Appwrite after changing the default ports. I have a self-hosted Appwrite instance running on my VPS. I ...
- Opened my website after long time and Ba...
I built a website around a year back and and used appwrite for making the backend. At that time the website was working fine but now when i open it the images a...
- Is it possible to cancel an ongoing file...
When uploading a file to storage, is there a way to cancel the upload in progress so the file is not saved or partially stored?
