Are you auto-deploying OS updates for Windows and Linux servers?

Posted by FatBook-Air@reddit | sysadmin | View on Reddit | 14 comments

Back in 2019, we enabled automatic updates for Windows Servers. It has a 14-day deferral, and we update once per week. We have an update ring that automatically updates with a 3-day deferral for test machines and low-risk production machines. To my knowledge, we have run into only one significant issue that was a direct result of OS updates and was not caught in the 3-day deferral ring.

Last year, we deployed automatic updates for Linux servers (most are Rocky Linux and RHEL, and all are minimal installs with no GUI). It updates weekly. It prunes all kernels except the current one plus two older ones.

We do *not* currently auto-update most app software running on top of the OS. (There are a few we do, but we actually *have* been burned here.)

  1. Are you automatically updating your server operating systems?

  2. Is anyone aware of an official way to defer Linux updates? Is it even worth doing?