Remove and When Proxmox Update

PVE won't do a upgrade on its own unless you manually installed some packages like "unattended-upgrades".
My guess would be that some guestOS is causing this and not the host or maybe just a backup job.
 
Last edited:
I still don't see the point disabling this...its a good thing to at least know when there is an update available for fixing yur servers vulnerabilities...

But if you really want to, I guess you could disable the service/timer that is triggering the update:
Code:
systemctl stop apt-daily.timer
systemctl disable apt-daily.timer
systemctl daemon-reload
 
Code:
systemctl start apt-daily.timer
systemctl enable apt-daily.timer
systemctl daemon-reload

Read about "systemd timers" If you want another schedule.
 
Last edited: