Debian - Unattended upgrades isn't upgrading packages
0
votes
0
answers
164
views
Unattended-Upgrade::Origins-Pattern {
// Codename based matching:
// This will follow the migration of a release through different
// archives (e.g. from testing to stable and later oldstable).
// Software will be the latest available for the named release,
// but the Debian release itself will not be automatically upgraded.
"origin=Debian,codename=${distro_codename}-updates";
"origin=Debian,codename=${distro_codename},label=Debian";
"origin=Debian,codename=${distro_codename},label=Debian-Security";
"origin=Debian,codename=${distro_codename}-security,label=Debian-Security";
"origin=CrowdSec,label=CrowdSec";
"origin=Docker,label=Docker";
"origin=MongoDB,label=MongoDB";
"origin=MySQL,label=MySQL";
"origin=NodeSource,label=NodeSource";
"origin=OpenResty,label=OpenResty";
"origin=PostgreSQL Global Development Group,label=PostgreSQL";
Trying to use unattended upgrades but it doesn't seem to be updating anything,
apt update
says there are updates and when I attempted a dry run with unattended-upgrades it said no updates are available. Any possible fix to this?
APT::Periodic "";
APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Unattended-Upgrade "1";
APT::Periodic::AutocleanInterval "5";
Result from apt-config dump | grep Periodic
Asked by Muffin.
(1 rep)
Oct 14, 2024, 07:28 PM
Last activity: Oct 15, 2024, 12:00 AM
Last activity: Oct 15, 2024, 12:00 AM