Recently, PVE released version 8.4.0, while I am still using 8.3.0 and plan to upgrade to the latest version.
Open the PVE management backend, select
pve
, and clickShell
. This will open the command line for PVE.By default, if there is no enterprise subscription, updates cannot be checked, so you need to add a no-subscription source.list.
nano /etc/apt/sources.list.d/pve-no-subscription.list
# Enter the following line
deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription
- Update the PVE source and upgrade the PVE.
apt update
apt list --upgradable
apt dist-upgrade
reboot
- After the upgrade is complete, check the PVE version.
pveversion -v