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
- Scheduled works locking the entire Maria...
I have a scheduled function and apparently that or something is locking the entire MariaDB database and Appwrite is giving MariaDB errors. This error persists e...
- Python Function not working
I am getting this issue as well. Doesnt look like there was a solution as you guys were not able to replicate. Below is my code as well as the error. I started...
- Migration Help
I have a small project which I have started using Appwrite cloud and now I want to self host Appwrite and migrate the data. I'm getting this error everytime I ...