mvo5 / unattended-upgrades

Automatic installation of security upgrades on apt based systems
GNU General Public License v2.0
286 stars 77 forks source link

unattended-upgrades behaviour inside a cluster #283

Open slashdd opened 3 years ago

slashdd commented 3 years ago

Over the years a few incidents has been reported after automatic upgrades on cluster environment (e.g. pacemaker/corosync, ...) causing issues/unwanted downtimes for user for many reasons such as:

Is there any cluster intelligence that can be added into 'u-u' ? What is the official recommendation in terms of 'u-u' usage cluster environment -wise ?

rbalint commented 3 years ago

Synchronizing updates across multiple machines is out of scope for u-u.

If keeping versions of packages is required please disable u-u and use a different update mechanism.

If the only problem is the service restart then that could be avoided by setting up u-u to install packages on shutdown and restarting the nodes.