[SOLVED] PVE 5.x to 6.x upgrade wants to remove proxmox-ve

massivescale

Renowned Member
May 15, 2012
18
4
68
localhost
My case was not covered by the wiki troubleshooting section - after a debugging session I've found that I have ceph packages even though I've never used them, and need to add the ceph repo:

Code:
echo "deb http://download.proxmox.com/debian/ceph-luminous buster main" > /etc/apt/sources.list.d/ceph.list

as described in the Wiki upgrade page.

If someone is experiencing a problem like this, I can recommend using the following command to see why packages are being removed:

Code:
apt -o Debug::pkgProblemResolver=yes dist-upgrade