Hi guys
I’m running Proxmox 8.2.2. on my Dell R810.
Today I did an apt-get update;apt-get upgrade which ran normally.
After the above step, apt still reported that
The following packages have been kept back:
libpve-cluster-api-perl libpve-cluster-perl libpve-notify-perl libpve-rs-perl proxmox-kernel-6.8 pve-container pve-manager
I therefore ran
apt install libpve-cluster-api-perl libpve-cluster-perl libpve-notify-perl libpve-rs-perl proxmox-kernel-6.8 pve-container pve-manager
but now I get
apt install libpve-cluster-api-perl libpve-cluster-perl libpve-notify-perl libpve-rs-perl proxmox-kernel-6.8 pve-container pve-manager
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:The following packages have unmet dependencies:
pve-container : Depends: proxmox-backup-client (>= 3.2.5-1) but 3.2.3-1 is to be installed
E: Unable to correct problems, you have held broken packages.
So it appears a default apt-get update;apt-get upgrade on Proxmox 8.2.2. has caused the proxmox-backup-client to become too new a version to be compatible with the pve-container currently available on the official Debian Bookworm proxmox repo?
What is my course of action here? What is the best thing to do?
Thanks!
Stefan