I've read several of the other 'unable to upgrade' posts and I'm not sure what I'm missing here in my quest to upgrade from 6.4 to 7.0.
Bottom of apt dist-upgrade output
My repositories:
There are no sources lists under /etc/apt/sources.list.d/
Output of apt update
It's been a while since I installed this machine fresh, but I imagine I installed Proxmox directly, and not on top of Debian.
What else am I missing here?
Bottom of apt dist-upgrade output
Code:
W: (pve-apt-hook) !! WARNING !!
W: (pve-apt-hook) You are attempting to remove the meta-package 'proxmox-ve'!
W: (pve-apt-hook)
W: (pve-apt-hook) If you really want to permanently remove 'proxmox-ve' from your system, run the following command
W: (pve-apt-hook) touch '/please-remove-proxmox-ve'
W: (pve-apt-hook) run apt purge proxmox-ve to remove the meta-package
W: (pve-apt-hook) and repeat your apt invocation.
W: (pve-apt-hook)
W: (pve-apt-hook) If you are unsure why 'proxmox-ve' would be removed, please verify
W: (pve-apt-hook) - your APT repository settings
W: (pve-apt-hook) - that you are using 'apt full-upgrade' to upgrade your system
E: Sub-process /usr/share/proxmox-ve/pve-apt-hook returned an error code (1)
E: Failure running script /usr/share/proxmox-ve/pve-apt-hook
My repositories:
Code:
deb http://ftp.debian.org/debian bullseye main contrib
deb http://ftp.debian.org/debian bullseye-updates main contrib
# PVE pve-no-subscription repository provided by proxmox.com,
# NOT recommended for production use
deb http://download.proxmox.com/debian/pve bullseye pve-no-subscription
# security updates
deb http://security.debian.org/debian-security bullseye-security main contrib
There are no sources lists under /etc/apt/sources.list.d/
Output of apt update
Code:
root@moon1:~# apt update
Hit:1 http://security.debian.org/debian-security bullseye-security InRelease
Hit:2 http://ftp.debian.org/debian bullseye InRelease
Hit:3 http://download.proxmox.com/debian/pve bullseye InRelease
Hit:4 http://ftp.debian.org/debian bullseye-updates InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
594 packages can be upgraded. Run 'apt list --upgradable' to see them.
It's been a while since I installed this machine fresh, but I imagine I installed Proxmox directly, and not on top of Debian.
What else am I missing here?