You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 1. Stop the server to free up RAM and Image locks
sudo docker compose -f $COMPOSE_FILE stop
# 2. Clear out old Docker bloat to make room for the pull
sudo docker system prune -af
# 3. The "Do-It-All" Update
# topgrade runs 'dnf upgrade' automatically.
# Edit: It's 'dnf update -y' !!! you're thinking of Debian based distros that use apt-get, e.g. 'apt-get update', and then 'apt-get upgrade' to actually do the update!
# Adding --cleanup tells topgrade to run the autoremove logic for you.
# Edit: You are not supposed to run 'dnf autoremove' everytime after running 'dnf update'