this post was submitted on 27 Oct 2024
54 points (96.6% liked)

technology

23300 readers
282 users here now

On the road to fully automated luxury gay space communism.

Spreading Linux propaganda since 2020

Rules:

founded 4 years ago
MODERATORS
 

Specifically, a dedicated server running Debian 12.

After a monthly sudo apt upgrade? (Is a monthly upgrade even necessary?)

Never? (unless there is a security update?)

Edit: I may be missing kernel upgrades. Those are probably good... I can't remember if I installed a LTS kernel. I imagine it would be unsecure to post an exact kernel version, however.

you are viewing a single comment's thread
view the rest of the comments
[–] OatPotato@hexbear.net 2 points 2 weeks ago (1 children)

Some packages managers, including Debian APT, create a /var/run/reboot-requiredfile when an upgrade requires a reboot (like a kernel upgrade). If you have other reasons to reboot, it's up to you to find the best interval between reboots.

[–] TankieTanuki@hexbear.net 1 points 2 weeks ago (5 children)

Neat. Is it created after an update, or an upgrade?

[–] OatPotato@hexbear.net 2 points 2 weeks ago

In Debian? I guess this is after upgrade, as update just update the packages database.