Or asked the other way around: How long do you keep your servers running without installing any software updates?

update means something like

sudo dnf update

or something ....

apt-get upgrade
apt-get update
you are viewing a single comment's thread
view the rest of the comments
[–] 8 points 9 months ago

Once a week. I have a bash script that does an apt update upgrade and pulls new docker images.

  • source