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:
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:
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