Skip to content
Vincent's Notes
Go back

Proxmox VE smooth upgrade

by Vincent Yang

Recently, PVE released version 8.4.0, while I am still using 8.3.0 and plan to upgrade to the latest version.

  1. Open the PVE management backend, select pve, and click Shell. This will open the command line for PVE.

  2. By default, if there is no enterprise subscription, updates cannot be checked, so you need to add a no-subscription source.list.

bash
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
  1. Update the PVE source and upgrade the PVE.
bash
apt update
apt list --upgradable
apt dist-upgrade
reboot
  1. After the upgrade is complete, check the PVE version.
bash
pveversion -v

Proxmox VE smooth upgrade
Published at
April 10, 2025
ShareShare this post on WhatsappShare this post on FacebookShare this post on XShare this post on TelegramShare this post on PinterestShare this post via email

Previous Post
PostgreSQL Master-Slave Synchronization
Next Post
Get an US DL with a Chinese DL

Comments 0

Finished reading? Why not leave a word.