📚 Legacy Documentation
Notice: This is the legacy documentation. For the latest features and updates, refer to our current SolusVM documentation.
From OpenVZ 7 to OpenVZ 7 node
The following should be performed to migrate a container from one OpenVZ 7 node to another:
Important note
A direct SSH connection on port 22 must be allowed between the source and destination servers.
Connect to the source slave node over SSH.
Find VMID of the required container:
# vzlist -aExecute the following command to migrate VPS:
# prlctl migrate VMID root:TARGET_PASSWORD@TARGET_IPUpdate Master node database with the new location of VPS
# /scripts/vm-migrate ID NEWNODEIDwhere ID - ID of the migrated VPS, can be seen in column ID in SolusVM > Virtual Servers; NEWNODEID - ID of the target node, can be seen in SolusVM > Nodes.
For example:# /scripts/vm-migrate 20 5
For additional information refer to the official Virtuozzo 7 documentation.