Proxmox VE 8.4 has been released, offering significant updates for system administrators, including important security patches, performance improvements, and stability enhancements. So how can you safely upgrade from Proxmox VE 8.3 to 8.4?
In this guide, I’ll walk you through the entire process step-by-step in the most secure way. By following it, you can bring your system up to date and ensure optimal stability.
vzdump
if possible)/etc
, /var/lib/pve
)apt update
apt dist-upgrade
reboot
Edit the main sources list:
nano /etc/apt/sources.list
Ensure it contains:
deb http://ftp.debian.org/debian bookworm main contrib
deb http://ftp.debian.org/debian bookworm-updates main contrib
deb http://security.debian.org/debian-security bookworm-security main contrib
Disable the enterprise repo:
mv /etc/apt/sources.list.d/pve-enterprise.list /etc/apt/sources.list.d/pve-enterprise.list.disabled
Create a new file:
nano /etc/apt/sources.list.d/pve-no-subscription.list
Add the following line:
deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription
apt update
apt dist-upgrade
After the upgrade completes:
reboot
pveversion
Expected output should look like:
pve-manager/8.4-...
ifupdown2
updates in your network configurationUpgrading from Proxmox VE 8.3 to 8.4 is a smart move to make your infrastructure more secure, faster, and easier to manage. By following these steps, you can transition to the latest Proxmox version with minimal risk.