How to stop VPS migration in SolusVM?

Have more questions? Submit a request

Applicable to:

  • SolusVM

Question

 How to stop VPS migration in SolusVM?

Answer

  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 autosuccess = 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

Articles in this section

Was this article helpful?
0 out of 0 found this helpful
Share

Comments

0 comments

Please sign in to leave a comment.