Skip to content

minio vm‐broker restore instance

Allan Roger Reid edited this page Dec 4, 2024 · 4 revisions

Follow from https://github.com/allanrogerr/public/wiki/minio-vm%E2%80%90broker-backup-instance

Login

image


Search for, and delete the previously backed up instance

image

Navigate to Backups

Select the summary of the instance to be restored image


Choose a backup and click the Restore action

In this case an old backup, before any change was made, was chosen image


Navigate to Backups > Audit to monitor the restore progress, until "state: success" is observed

image

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 ubuntu@1.2.3.4
cat test.out
cat: test.out: No such file or directory
image

Navigate to Instances and delete the instance

image

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 ubuntu@1.2.3.4
cat test.out
Hello World!
Clone this wiki locally