- Connect to your Master server over SSH.
- Access SolusVM database:
# curl -o solusvmdb.sh https://raw.githubusercontent.com/solusvm-support/helpers/master/solusvmdb.sh && sh solusvmdb.sh
- Set status to migration as completed using the following queries:
# update migrations set sourcedelete = 0 where vserverid=ID;
# update migrations set status = 2 where vserverid = ID;
# update migrations set status2 = 1 where vserverid = ID;
# update migrations set status3 = 1 where vserverid = ID;ID can be found in SolusVM > Virtual Servers for the corresponding VPS.
- Login to SolusVM admin panel
- Open SolusVM > Virtual Servers > VPS
- Select Migration failed. Clean ip the destination node and boot the source virtual server and click Confirm