1. Connect to your Master server over SSH.
  2. Access SolusVM database:

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

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

  4. Login to SolusVM admin panel
  5. Open SolusVM > Virtual Servers > VPS
  6. Select Migration failed. Clean ip the destination node and boot the source virtual server and click Confirm
    image.PNG

By vuat8b

Leave a Reply

Your email address will not be published. Required fields are marked *