Skip to content

From OpenVZ 6 to OpenVZ 7 node

The following should be performed to migrate a container from OpenVZ 6 to OpenVZ 7 node:

The instruction below has to be performed from root account - both on the source and target nodes.

  1. Perform manual migration of containers using steps described in Virtuozzo documentation Migrating Containers from Legacy Products to Virtuozzo Hybrid Server 7

  2. Once migration of containers completed it is necessary to re-register them in SolusVM and assign to the new node. In order to do that connect to Master node over SSH.

  3. Update Master node database with the new location of VPS

    # /scripts/vm-migrate ID NEWNODEID
    
    where 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
    

Back to top