Applicable to:
- SolusVM 2
Question
How to create a backup of SolusVM 2 on the management node?
Answer
Note: For backup/restore via GUI SolusVM 2 should have a backup node configured.
Backup via GUI:
Click to expand
- Login to SolusVM 2 admin panel
- Go to Backups > Management Node Backups, and then select a backup node from the drop-down list. Management node backups will be stored on that backup node:
Restore via GUI:
Click to expand
- Login to SolusVM 2 admin panel
- Go to Backups > Management Node Backups.
- Locate the backup you want to restore, click the corresponding button, and then click Restore.
Backup via CLI:
Click to expand
- Connect to SolusVM 2 management node via SSH
- Run the command:
# /usr/local/solus/bin/installer -backup
Once the process is finished you'll find the path to the backup in the output, for example:# INFO[2024-05-07 10:02:25] Save backup "/usr/local/solus/backup/management_node_2.0.0-33944_2024-05-07T10:02:25Z.tar.zst"
Restore via CLI:
Click to expand
- Connect to SolusVM 2 management node via SSH
- Download the necessary backup archive from Backup node
- Run the command:
# ./installer -restore <path to the backup file>
Comments
0 commentsPlease sign in to leave a comment.