Applicable to:
- SolusVM 2
Question
How to unsuspend VPS in SolusVM 2
Answer
The functionality has been released in 2.0.0-29964 and is available via SolusVM 2 UI VM's page.
As a workaround, unsuspend the VPS via the database:
- Connect to SolusVM 2 Management Node via SSH
- Backup SolusVM 2 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 SolusVM 2 > Virtual Servers(ID Column)
Comments
0 comments
Please sign in to leave a comment.