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:
- Connect to SolusIO Management Node via SSH
- Backup SolusIO database
- Access the database
- 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)
Comments
0 commentsPlease sign in to leave a comment.