Applicable to:
- SolusVM 2
Question
How to move a VM to another project in SolusVM 2?
Answer
There's no built-in option to switch a VM between projects and thus a request SIO-5642 has been addressed to consider adding it.
Meanwhile, as a workaround, you can change the VM's project via the database:
- How to create SolusVM 2 database backup?
- How to access SolusVM 2 database?
- Run the query:
# update compute_resource_vms set project_id=PID where id=VMID;
Replace PID
- with ID of the new project VMID
- with the VM's ID
You can find these values in SolusVM 2 UI.
Comments
0 commentsPlease sign in to leave a comment.