Site Logo
CyberWatchDoug

Upgrade Proxmox 7 to 8

Posted on 2 mins

Proxmox

Table of Contents

Prerequisites

Upgrade

📌 Utilize the pve7to8 checklist program (with the --full option) to provide hints and warnings about potential issues before and during the upgrade process

Update the configured APT repos and ensure system is on the latest package versions:

apt update
apt dist-upgrade
pveversion

The pveversion should display a value of at least 7.4-15 or newer!

Update the Debian base repo and Proxmox VE 8 Package repo:

sed -i 's/bullseye/bookworm/g' /etc/apt/sources.list
sed -i -e 's/bullseye/bookworm/g' /etc/apt/sources.list.d/pve-install-repo.list
sed -i -e 's/bullseye/bookworm/g' /etc/apt/sources.list.d/pve-enterprise.list
If you have a subscription, uncomment the Enterprise subscriptions (remove the #)

After performing the above actions, refresh the repo package index:

apt update

Upgrade the system to Debian Bookworm and Proxmox VE 8.0:

apt dist-upgrade

Check result and reboot into updated Kernel:

pve7to8 --full

If the checklist returned any issues, you’ll be able to correct/fix them before moving on.

shutdown -r now

Once everything has rebooted, login to your upgraded Proxmox VE 8.0 management console and confirm your environment/configurations!