I am using unattended-upgrades across multiple servers. I would like updates to be rolled out gradually, either randomly or to a subset of test/staging machines first. Is there a way to do that?

An obvious option is to set some machines to update on Monday and the others to update on Wednesday, but that only gives me only weekly updates…

The goal of course is to avoid a Crowdstrike-like situation on my Ubuntu machines.

  • remram@lemmy.mlOP
    link
    fedilink
    arrow-up
    0
    ·
    4 months ago

    Thanks, that sounds like the ideal setup. This solves my problem and I need an APT mirror anyway.

    I am probably going to end up with a cronjob similar to yours. Hopefully I can figure out a smart way to share the pool to avoid download 3 copies from upstream.