Did you also restart PBS after disabling Uptime Kuma?@meyergru
Mit SSH komme ich auch auf das System und sehe auch einen stufenweisen Anstieg der CPU Last.
View attachment 77593
Update Kuma habe ich auch ausgeschaltet. Hat bei mir aber keine Abhilfe geschaffen.
apt-get install proxmox-backup-server=3.2.7-1
apt-mark hold proxmox-backup-server
reboot
apt-mark unhold proxmox-backup-server
Follow the commands below as stated by @meyergru and you can back to use your PBS normally until Proxmox team releases a new version fixing the issue:I have exactly the same problem, waiting for a fix until then the PBS will unfortunately be turned off
Yeah. As soon you downgrade PBS to the prior version this bad behavior is gone.Same problem on bare metal installation since 3.2.8-1:
This is with no job running on PBS:
View attachment 77603
Vielen Dank für die Anleitung, hat perfekt geklappt ... DankeFollow the commands below as stated by @meyergru and you can back to use your PBS normally until Proxmox team releases a new version fixing the issue:
apt-get install proxmox-backup-server=3.2.7-1
apt-mark hold proxmox-backup-server
reboot
As soon a new fixed version is available and you want to upgrade, use this command to unhold updates for proxmox-backup-server package:
apt-mark unhold proxmox-backup-server
And then you will be able to run "apt update" and "apt dist-upgrade" later in the future again. It's what you should to do, do not keep your PBS down if there's a workaround to overcome that temporary issue.
perfekt, danke schönFollow the commands below as stated by @meyergru and you can back to use your PBS normally until Proxmox team releases a new version fixing the issue:
apt-get install proxmox-backup-server=3.2.7-1
apt-mark hold proxmox-backup-server
reboot
As soon a new fixed version is available and you want to upgrade, use this command to unhold updates for proxmox-backup-server package:
apt-mark unhold proxmox-backup-server
And then you will be able to run "apt update" and "apt dist-upgrade" later in the future again. It's what you should to do, do not keep your PBS down if there's a workaround to overcome that temporary issue.
pbstest
Repository verfügbar.You’re right, it’s fixed on pbstest repository with the version 3.2.9-1. I just upgraded one of my affected servers and there’s no more problem. The CPU usage of proxmox-backup services are doing its job flawless and without any impact on the server’s performance.Das Problem mit dem proxmox-backup-server Paket in der Version 3.2.9-1 wieder behoben sein.
Diese Version ist zurzeit impbstest
Repository verfügbar.
apt-mark unhold proxmox-backup-server
curl -o proxmox-backup-server_3.2.9-1_amd64.deb http://download.proxmox.com/debian/pbs/dists/bookworm/pbstest/binary-amd64/proxmox-backup-server_3.2.9-1_amd64.deb
dpkg -i proxmox-backup-server_3.2.9-1_amd64.deb
rm -f proxmox-backup-server_3.2.9-1_amd64.deb
Just for completeness' sake: Yes, that's the one pulling in the new enough proxmox-rest-server that includes the actual fix:I assume it is this patch: https://git.proxmox.com/?p=proxmox-...ff;h=b3675d867f98de58292fdedded4e866dfcb8dd33