-
Notifications
You must be signed in to change notification settings - Fork 0
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

Select the summary of the instance to be restored
In this case an old backup, before any change was made, was chosen

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


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!