Sounds extremely basic, yet I could not actually find the meaning of the different options available to configure unattended-upgrades...
In particular, what is the difference between these two ?
"${distro_id}:${distro_codename}";
"${distro_id}:${distro_codename}-updates";
[Edit]: One good source of explanations can be found here (thanks @muru):
https://help.ubuntu.com/community/UbuntuUpdates
but I haven't been able to find an explanation anywhere for what the first line (without '-[type]'
) refers to...
I've noticed that having the first line activated will automatically update MySQL for example. If not, I get MySQL packages as 'available but not updated'... I want to go for option 1, but I'd just like to understand why ! :)
release pocket
- Thanks !!!