How to unsuspend VPS in SolusIO

Have more questions? Submit a request

Applicable to:

  • SolusIO

Question

How to unsuspend VPS in SolusIO

Answer

This functionality is yet to be implemented in SolusIO. There is a corresponding request for adding this functionality with ID #SIO-3597.

As a workaround, unsuspend the VPS via database:

  1. Connect to SolusIO Management Node via SSH
  2. Backup SolusIO database
  3. Access the database
  4. Run the following query to unsuspend the VPS:

    MYSQL_LIN: UPDATE compute_resource_vms SET is_suspended=false WHERE id=VPS_ID;

    Replace VPS_ID with actual VPS ID. It can be found at SolusIO > Virtual Servers(ID Column)

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.