Hi, how I proper clean my server after each Appwrite updates ?
When I execute docker images I can see all minor appwrite versions which consume at least 1Gb each.
I'm worry about executing docker images prune, is it safe?
Thanks
If you don't have any active installation then it's complexly safe
Also check this
It could help you with fast docker cleaning
Exactly this is for a server with an active Appwrite instance running, I don't want to broke all the installation :/
Okay, Docker won't let you remove any image that is in use
So what I would do is to run
docker image ls
then remove each of the unwanted ones
docker rmi appwrite/appwrite:1.4.2
And you can use the lazydocker for easy managing
Okay perfect thanks !
[SOLVED] How to clean previous Appwrite installations (updates)
Recommended threads
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- [Beginner] CLI --queries Syntax Error & ...
Hi everyone! I am a beginner with Appwrite and trying to use the CLI, but I'm stuck with a syntax error. Any guidance would be greatly appreciated! 🙏 **Enviro...
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...