[SOLVED] Upgrade 7.4 to 8

croftman

New Member
Jul 3, 2023
2
0
1
Hey !
I want to upgrade my proxmox 7.4 to 8, i read the wiki (https://pve.proxmox.com/wiki/Upgrade_from_7_to_8) and follow all steps, all is ok until the last upgrade
After changing the repo to bookworm, debian want to uninstall proxmox

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

I changed all repo
dpkg -l | grep linux-image | awk '{print$2}'
return nothing

and then...

root@frhb81851ds:~# grep '' /etc/apt/sources.list* /etc/apt/sources.list.d/*
deb http://deb.debian.org/debian bookworm main contrib
deb-src http://deb.debian.org/debian bookworm main contrib

deb http://security.debian.org/debian-security bookworm-security main contrib
deb-src http://security.debian.org/debian-security bookworm-security main contrib

# bookworm-updates, to get updates before a point release is made;
# see https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_updates_and_backports
deb http://deb.debian.org/debian bookworm-updates main contrib
deb-src http://deb.debian.org/debian bookworm-updates main contrib

#Proxmox VE Repository
deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription

So I don't undertsand here !

Thank you !