I was wondering whether it is safe to have the unattended-upgrades
package keep the system up to date on a live webserver.
Here I am specifically wondering whether issues might occur when packages such as nginx or apache2 update configuration files.
I'd expect the updater to just go with the defaults, as when you do manual upgrades and retain existing configuration. I am worried however that upgrades might arbitrarily break servers when there's a major version update of some package or other.
I run a lot of servers, so this scenario could evolve into a very bad day quite fast :)
Any experiences you could share here? Is it generally a good or bad idea to do this? Is there an easy way to get the unattended-upgrades
package to send a report of what has been upgraded and if any issues cropped up?