
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
- list() is very slow; eventually shows no...
When I use the web browser to view the collections in my database, the documents they contain are normally displayed within a few seconds. For a few days now, h...
- Problems with adding my custom domain
- Can't push functions when self-hosting o...
Hello, I'm a bit new to appwrite functions and recently hosted a fresh 1.7.4 on my portainer setup. Tried to create a new function and when trying to push it I ...
