How to stop VPS migration in SolusVM Print

  • #solusvm #solusvmmigration #stopmigraionsolusvm
  • 2

Login via ssh on Master Node

run this command

curl -o solusvmdb.sh https://raw.githubusercontent.com/solusvm-support/helpers/master/solusvmdb.sh && sh solusvmdb.sh

and then 

Set status to migration as completed using the following queries:

#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.

 

and then 

  1. Open SolusVM > Virtual Servers > VPS
  2. Select Migration failed. Clean ip the destination node and boot the source virtual server and click Confirm
    image.PNG

Was this answer helpful?

« Back

Powered by WHMCompleteSolution