Set up scheduled Debian/Ubuntu unattended upgrades #10
Replies: 1 comment
-
This was very useful. You could do a few things differently, which might be interesting.
[1]Example after [Unit] [Timer] |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Set up scheduled Debian/Ubuntu unattended upgrades
When you run a server that relies on containers for almost everything, keeping the system up to date has almost zero chance of breaking anything. So here is a quick guide to setting up automatic updates on a fixed schedule + automatic reboots for kernel updates (optional) installing unattended-upgrades 1 2 sudo apt update sudo apt install unattended-upgrades Configuring Unattended-upgrades Depending on what kind of updates you feel comfortable applying, you can customize the source repository as you like.
https://fariszr.com/setup-scheduled-debian-ubuntu-unattended-upgrades/
Beta Was this translation helpful? Give feedback.
All reactions