
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
- 404 errors after 7 Days
Local hosted Appwrite via docker. Last version and current version. After exactly 7 days Appwrite stops working. I get 404 route not found, cannot access anyth...
- unable to modify attribute
please help: when I try to modify attribute size or key or anything, I am getting this errors: ``` Deprecated: strtolower(): Passing null to parameter #1 ($str...
- Error 1.7.4 console team no found
In console when i go to auth, select user, select a membership the url not work. Only work searching the team. It is by the region. project-default- and i get ...
