Applicable to:
- SolusVM 2
Symptoms
The backup restoration process fails with the error:
SVM_ERROR: Unable to restore a deleted VM from backup - This server is suspended
Cause
The VM was suspended before deletion.
Resolution
- Connect to the Management node via SSH.
- Create a Management node backup:
/usr/local/solus/bin/installer -backup
- Access the Management Server database
- Run the following command:
update compute_resource_vms set is_suspended=false where deleted_at is not null;
Once completed, the deleted VM can be restored from backup.
Comments
Please sign in to leave a comment.