Proxmox Upgrade Chain
Proxmox upgrades are chained. If you are catching up from an older host, work forward instead of jumping blind: 7.4 to 8.0, 8.2/8.3 to 8.4, 8.4 to 9.1, then the Proxmox VE 9.2 upgrade checklist. For new hardware, use the separate Proxmox VE 9.2 fresh install guide.
2026 update guide note
This guide now serves as a general Proxmox VE maintenance checklist. Before updates, confirm backups, cluster health, repository configuration, pending reboots, and VM/CT migration options. If you are moving between major versions, use the newer 8.2 to 8.4 catch-up guide and 8.4 to 9.1 guide.
Introduction
Updating Proxmox VE servers is crucial for maintaining security, performance, and access to new features. As of 2024, Proxmox VE is in versions 8 and 8.1.3. This guide provides instructions for updating Proxmox VE servers using both the WebGUI and SSH CLI.
Updating Proxmox VE via WebGUI
- Log into Proxmox VE WebGUI: Access your Proxmox VE server through the web interface.
- Navigate to ‘Updates’: Go to the ‘Datacenter’ and select your server. Click on the ‘Updates’ tab.
- Check for Updates: Click on ‘Refresh’ to check for available updates.
- Apply Updates: Select the updates and click ‘Upgrade’ to start the updating process.
- Monitor the Update Process: Keep an eye on the task log for any errors or issues.
Updating Proxmox VE via SSH CLI
- SSH into Your Server: Use an SSH client to log into your Proxmox VE server.
- Update Package Lists: Run
apt updateto refresh the package lists. - Upgrade Packages: Execute
apt dist-upgradeto upgrade all packages to their latest versions. - Reboot if Necessary: Some updates may require a reboot. If prompted, reboot your server to complete the update process.
Debugging Update Issues
- Check Logs: Review
/var/log/pve/tasks/and/var/log/apt/for any error messages. - Resolve Dependency Issues: Use commands like
apt -f installto fix broken dependencies. - Seek Community Help: Visit Proxmox forums or communities for assistance with specific issues.
Linking to Previous Guides
- For those still on Proxmox VE 7.4 or lower, refer to our guide on upgrading from 7.4 to 8.0 here.
Conclusion
Regularly updating your Proxmox VE servers is essential for security and performance. Whether you prefer the WebGUI or SSH CLI, the process is straightforward. Stay vigilant for any update-related issues and don’t hesitate to seek help if needed.
References
- Proxmox VE Wiki: Migration of servers to Proxmox VE
- GitHub Repository for Proxmox Updates: BassT23/Proxmox
- Proxmox VE Official Main Page: Proxmox VE Main Page
2026 Update Path
This post was written for the 2024 Proxmox VE 8.x update cycle. The same update discipline still applies, but current hosts should not stop at 8.1 or 8.2. Use the newer catch-up posts below for the supported path through 8.4 and 9.1.
