Moving vm between PVE node

roland.palar

New Member
Sep 6, 2023
1
0
1
Hi All,
I'm new in proxmox, I've been read several article about moving a vm between PVE and found out that they are complicated to do, so is there a simple way of best practice to export a vm from one PVE and import the VM other PVE, or tips ? really appreaciate for any response or advice.
 
The easiest way is to Backup the VM, and then restore it. The details can get more complex depending on environment. Perhaps having a PBS would be easier, perhaps you can do it from CLI.
The best approach is to try and come back with a specific question if something doesnt work. Create an empty test VM - try it there first.
https://pve.proxmox.com/wiki/Backup_and_Restore

Good luck


Blockbridge : Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
 
Power off VM

Make pre-migration backup

Move VM disk(s) in [hardware] to new LUN via ProxMox GUI

Use WinCP to SSH into both nodes

Find VM config file folder on both nodes /etc/pve/nodes/[node name]/qemu-server/xxx.config

Transfer config file to new node.

Test boot on new node.

Make post-migration backup.

[sorry I'm late]