VM Migration to another Server

Robin4711

New Member
Apr 21, 2015
13
0
1
Hello,

how can i migrate my VM's from my actual server to a new server which is not in the same network?
What is the best way to carry out my idea?

Regards
 
one way is to create a vpn between hosts, and make them use the same private network over the vpn
never done but read about it here

Marco
 
conf files live in /etc/pve/

disk images live wherever you put them, have a look at /etc/pve/storage.cfg

when I moved from my 3 node cluster to a single server, I shut down the VMs and rsync'd just the configs over because all my VMs were on shared storage. I mounted the shared storage on the new server with the same name so that when I moved my conf files over, the VMs would just work.