Proxmox Virtual Environment (Proxmox VE) 8.3 is here, bringing significant improvements, new features, and better performance for managing virtual environments. Upgrading to the latest version ensures that you benefit from the latest tools, fixes, and enhancements. In this step-by-step guide, we’ll walk you through the process of upgrading your Proxmox VE system to version 8.3.
Step 1: Verify Your Current Version
Before upgrading, confirm your current Proxmox VE version. You can check this by running:
pveversion -v
Ensure you are running Proxmox VE 7.x or later, as upgrading from older versions requires additional steps (e.g., upgrading to Proxmox VE 8.0 first).
Step 2: Backup Your System
It’s essential to back up your data before performing any major upgrade. Use the Proxmox Backup Server or another reliable backup solution to create backups of:
- Virtual machines (VMs) and containers.
- Configuration files (e.g.,
/etc/pve
). - Critical system data.
To back up a VM:
- Open the Proxmox web interface.
- Navigate to Datacenter > Backup.
- Create a backup job or perform a manual backup of important VMs and containers.
Step 3: Update Your Current System
Ensure your current Proxmox VE installation is up-to-date before proceeding with the upgrade. Run the following commands:
apt update && apt -y dist-upgrade
Reboot your server if the kernel or essential packages are updated:
reboot
Step 4: Modify Repository Configuration
Update your system’s repository configuration to point to the Proxmox VE 8.3 repositories.
To make this simple use below to update the repository
Below command is used to add the Proxmox VE repository for the “no-subscription” version to your system’s repository list. It ensures that your system can access and download Proxmox packages, even without an enterprise subscription.
echo "deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription" | tee /etc/apt/sources.list.d/pve-install-repo.list
Below ommand is used to download and install the GPG key for the Proxmox repository on a system. It ensures that packages downloaded from the Proxmox repository can be verified as authentic and have not been tampered with.
wget https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg
Step 5: Upgrade to Proxmox VE 8.3
Once the repositories are updated, proceed with the upgrade:
apt update && apt -y dist-upgrade
Follow any prompts during the upgrade process carefully. This might include updating configuration files, especially if customizations have been made.
Step 6: Reboot the System
After the upgrade completes, reboot your server to load the updated kernel and software packages:
reboot
Step 7: Verify the Upgrade
Once the server restarts, verify that the upgrade was successful:
- Log in to the Proxmox web interface.
- Navigate to Datacenter > Node > Summary and confirm the version is displayed as 8.3.
- Alternatively, run:bashCopy code
pveversion -v
Step 8: Test Your Environment
- Check the status of your VMs and containers to ensure they are running correctly.
- Verify critical features like backups, snapshots, and networking configurations.
Optional: Enroll for the Course
Proxmox VE 8.3 introduces new features like enhanced SDN, webhook notifications, and Ceph Squid support. Enroll for the Full Courselearn everything abotu Proxmox