How often do you update software on your servers?

https://discuss.tchncs.de/post/47841853

How often do you update software on your servers? - tchncs

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

All systems, daily via a single ansible script. That’s apt update, upgrade and reboot if needed (some systems set to only reboot with a separate script so I can handle them separately).

Rarely have any sort of problems.