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

Proxmox VE 9.2: Upgrade, Secure Boot, 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.

June 2026 Secure Boot certificate check

June 25, 2026 refresh: Proxmox VE 9.2 adds important operational guidance for Microsoft 2023 UEFI certificate enrollment on VM EFI disks. This matters for Windows VMs and Linux VMs using Secure Boot because Microsoft UEFI CA 2011 reaches its expiration window in June 2026, and newer boot components may require the 2023 certificates.

For hosting clusters, treat this as a maintenance workflow: snapshot or back up the VM first, drain customer-facing workloads when needed, apply the EFI enrollment one VM at a time, boot and verify the guest, confirm Secure Boot and BitLocker state, then move to the next VM. Do not combine this with a host upgrade, storage migration, or guest OS patch cycle unless the maintenance window is designed for that larger blast radius.

Official references: Proxmox Qemu/KVM VM documentation, Proxmox qm command reference, Proxmox VE roadmap notes, and Microsoft Secure Boot certificate expiration guidance.

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

Older Proxmox upgrade step

Exit mobile version