minio vm‐broker restore instance - allanrogerr/public GitHub Wiki
Follow from https://github.com/allanrogerr/public/wiki/minio-vm%E2%80%90broker-backup-instance
Login
Search for, and delete the previously backed up instance
Navigate to Backups
Select the summary of the instance to be restored
Choose a backup and click the Restore action
In this case an old backup, before any change was made, was chosen
Navigate to Backups > Audit to monitor the restore progress, until "state: success" is observed
Navigate to Instances and ssh into the restored instance.
Note: Access to the instance may be required and may be added using Instances > Access Observe that the previously made change is absent (see https://github.com/allanrogerr/public/wiki/minio-vm%E2%80%90broker-backup-instance)
ssh -p 30055 [email protected]
cat test.out
cat: test.out: No such file or directory
Navigate to Instances and delete the instance
Restore the latest backup
Navigate to Instances and ssh into the restored instance.
Observe that the previously made change is present (see https://github.com/allanrogerr/public/wiki/minio-vm%E2%80%90broker-backup-instance)
ssh -p 30055 [email protected]
cat test.out
Hello World!