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
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...