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
- Using node sdk, not getting all realtime...
I am not realtime events via node-sdk, via api key. Unless the row/table has the permission of "Any Read"
- How to access oldValue payload in functi...
I want to record old and new values of data changes as audits. But when i try to read row in function. The value is new already even before grt updated
- Cannot connect server to github 1.8.0 wi...
I checked all the steps and also validated the openssl key with the command given ... I am getting terminal response as valid key but the issue is something els...