Site icon Fix I.T. Phill – Your Go-To Tech Guru

Proxmox VE 9.2: Upgrade and Hosting Cluster Checklist

Proxmox VE 9.2 upgrade checklist for HA clusters QEMU 11 Kernel 7 and Ceph Tentacle

Proxmox VE 9.2 upgrade checklist for HA clusters QEMU 11 Kernel 7 and Ceph Tentacle

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.

Short version: Proxmox VE 9.2 was released on May 21, 2026. It is a platform and cluster-maintenance release built on Debian 13.5, Linux kernel 7.0, QEMU 11.0, LXC 7.0, ZFS 2.4, Ceph Squid 19.2.3, and Ceph Tentacle 20.2.1. For hosting providers and homelab admins, the big items are HA-aware maintenance, dynamic cluster load balancing, SDN improvements, custom CPU model management, Windows EFI certificate enrollment improvements, and safer guest/backup workflows.

This is not a panic update, but it is worth planning. Proxmox 9.2 includes security and permission hardening around VNC-related API behavior, cloud-init password access, HA resource creation, migration paths, and container seccomp handling. If you run customer VMs, Windows Server workloads, Proxmox Backup Server storage, Ceph, SDN, or HA-managed services, stage this like real maintenance instead of clicking update on every node at once.

What Changed In Proxmox VE 9.2

Who Should Upgrade First

Pre-Upgrade Checklist

Before touching packages, inventory the cluster and make sure backups are actually usable. For production hosting, pick one node or one lab cluster first.

pveversion -v
uname -r
pvecm status
ha-manager status
ceph -s 2>/dev/null || true
zpool status 2>/dev/null || true

Cluster-Safe Upgrade Order

apt update
apt full-upgrade
pveversion -v
reboot

Known 9.2 HA Upgrade Note

Proxmox documents a transient issue when upgrading from versions before 5.2.4 while the HA stack is disarmed and HA resources are still migrating. The practical workaround is simple: keep HA armed during the upgrade, or wait for all migrations to finish before disarming. If an upgrade stalls on HA package triggers, re-arm HA and let the upgrade continue. Enterprise repository users were not affected by that specific condition.

Windows VM Notes

Proxmox VE 9.2 improves the Microsoft and Windows 2023 certificate enrollment flow. The qm enroll-efi-keys path now has web interface and API support, includes the Windows UEFI CA 2023 and Microsoft KEK CA 2023 certificates, and warns when EFI disks with pre-enrolled keys are missing Microsoft certificate enrollment.

Ceph And Storage Notes

Fresh Ceph-free clusters now default to Ceph Tentacle 20.2, while existing clusters should follow the Proxmox Ceph Squid-to-Tentacle guide when they are ready. Do not use a Proxmox point-release window as an excuse to casually switch Ceph major lines on a busy hosting cluster. Treat Ceph upgrades as their own project with health checks, backout notes, and customer impact planning.

Customer Communication

Tell customers this is a platform maintenance release for virtualization stability, HA behavior, Windows VM compatibility, storage, SDN, and backup workflows. Customer applications usually do not need code changes, but there may be short VM migration or reboot windows depending on how the cluster is designed.

Post-Upgrade Verification

pveversion -v
pvecm status
ha-manager status
qm list
pct list
ceph -s 2>/dev/null || true
zpool status 2>/dev/null || true

Related Fix I.T. Phill Guidance

For related maintenance context, see the Fix I.T. Phill Proxmox kernel 6.14 EOL and QEMU 11.0 checklist, the Proxmox Backup Server 4.2 guide, and the Dirty Frag Linux kernel guidance for Linux guests and hosts.

Sources

Exit mobile version