Answer the question
In order to leave comments, you need to log in
How to update vps correctly?
How to properly/safely update vps?
There is an idea to add a task to crontab - once a week
apt-get update
apt-get upgrade
reboot
Answer the question
In order to leave comments, you need to log in
OS security updates will install themselves, but will not reboot the system
. Just in case, you should check if the feature with auto-updates is enabled for you
spin.atomicobject.com/2014/08/04/debian-ubuntu-sec...
https://help.ubuntu .com/community/AutomaticSecurit...
// Automatically upgrade packages from these (origin:archive) pairs
Unattended-Upgrade::Allowed-Origins {
"${distro_id}:${distro_codename}-security"; // данная строчка раскоментированна
// "${distro_id}:${distro_codename}-updates";
// "${distro_id}:${distro_codename}-proposed";
// "${distro_id}:${distro_codename}-backports";
};
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question