Hi,

I do believe from time to time there are important updates that need you to reboot your server, but how often? I’m thinking about kernel updates, let’s say every month… What are you practices and recommendations?

  • slazer2au
    link
    38 months ago

    Once a month on patch Tuesday. May as well reboot everything.

    • @SyrupOP
      link
      18 months ago

      Wow, great… Didn’t know about needrestart

  • @neanderthal
    link
    28 months ago

    Whenever I update the kernel or low level libraries practically everything uses like glibc.

  • @cbarrick
    link
    English
    2
    edit-2
    8 months ago

    Periodic reboots are useful for a hands-off approach to security patching.

    For most use cases, all software should be restarted after it receives a security patch.

    If your threat model allows a latency of, say, 14 days between patch release and patch applied, then the simplest solution is to just enable unattended updates to install patches as soon as they are released, and then impose a 14 day uptime limit to periodically restart the patched software.

    You could always take a more hands-on approach and pay attention to which software is updated and only restart the specific services that are patched. But that’s expensive, and humans are fallible. Almost everyone, from hobbyists to enterprises, is better off with a dumb uptime limit instead.

    Of course, if you’re just a hobbyists, then your threat model may be so lax that you don’t need to bother with any of this. Just reboot when you install kernel updates.

  • @oong3Eepa1ae1tahJozoosuu
    link
    15 months ago

    Only when necessary and my monitoring system detects a need for it (kernel updates e.g.)

  • @macattack
    link
    English
    17 months ago

    I am running a laptop server. Currently reboot once every few weeks, but looking to potentially set up a nightly shutdown/reboot when I’m sleeping since it’s just for me.

    • @SyrupOP
      link
      17 months ago

      Yep, update at night is good

  • @TheGingerDog
    link
    18 months ago

    Depends on the situation - if it’s my own server, I’m happy rebooting them (almost) whenever.

    If it’s a customer’s server, then it may be anything from monthly to annually …

    • @SyrupOP
      link
      18 months ago

      Own server but with very few things running on it…