ESXi source environment
Existing workloads were running under VMware ESXi, which required VM inventory, snapshot review, power-state checks, export/import planning, and validation before the systems could be treated as Proxmox-managed workloads.
INFRASTRUCTURE CASE STUDY
Migration and recovery planning for a legacy VMware ESXi lab environment moving into Proxmox VE with Proxmox Backup Server. The work focused on understanding ESXi compatibility limits, moving virtual machines into a Proxmox-managed state, validating backups in PBS, and documenting a repeatable recovery path.
PROBLEM
The lab environment included virtual machines running under VMware ESXi, while the target recovery platform was Proxmox Backup Server. PBS integrates cleanly with Proxmox VE, but it does not directly back up standalone ESXi workloads in the same native way. That created a migration and compatibility problem: the virtual machines first had to be inventoried, exported or imported, validated under Proxmox VE, and only then protected through PBS.
COMPATIBILITY CONSTRAINT
Existing workloads were running under VMware ESXi, which required VM inventory, snapshot review, power-state checks, export/import planning, and validation before the systems could be treated as Proxmox-managed workloads.
Proxmox Backup Server was used as the recovery platform after workloads were brought under Proxmox VE management. This made backup validation, datastore organization, and restore planning part of the migration workflow rather than a separate afterthought.
ARCHITECTURE
flowchart TD
ESXI[VMware ESXi Source Host] --> INV[VM Inventory and Compatibility Review]
INV --> SNAP[Snapshot and Power-State Cleanup]
SNAP --> EXPORT[Export or Import VM Workload]
EXPORT --> PVE[Proxmox VE Target Host]
PVE --> VALIDATE[Boot, Driver, Network, and Storage Validation]
VALIDATE --> PBS[Proxmox Backup Server]
PBS --> VERIFY[Backup Verification]
VERIFY --> RECOVER[Restore and Recovery Readiness]
ENGINEERING WORK
Identified source workloads, VM names, power states, storage placement, networking requirements, and migration readiness before moving systems into the Proxmox environment.
Reviewed and removed legacy snapshot conditions that could interfere with clean export, import, backup, or validation workflows.
Validated imported workloads under Proxmox VE, including boot behavior, virtual hardware compatibility, storage attachment, and network reachability.
Added migrated workloads to the Proxmox Backup Server workflow and confirmed backup completion, datastore visibility, and verification status.
VALIDATION
RECOVERY MODEL
Instead of treating PBS as a direct ESXi backup tool, the workflow moved systems into Proxmox VE first. Once the workloads were Proxmox-managed, PBS could be used for backup scheduling, datastore organization, verification, and restore readiness.
ESXi workloads required separate handling, compatibility review, and migration planning before they could participate in the Proxmox backup workflow.
Proxmox-managed workloads could be backed up into PBS, verified, and included in a repeatable recovery process.
OUTCOME
The migration work clarified the boundary between ESXi, Proxmox VE, and Proxmox Backup Server. Instead of treating PBS as a direct ESXi backup tool, the workflow moved systems into Proxmox management first, then protected them through PBS. This created a cleaner operating model for future lab recovery, backup validation, and VM lifecycle management.