Hi,
I’ve deleted a file and I need a backup. I would like to restore a snapshot from a few days ago and get the file in question. My app runs on one machine.
This is what I’ve done:
- I’ve created a volume using the target snapshot (same region as the original volume).
- I’ve created a new machine that uses this volume (same region as the original volume).
fly machines run ubuntu:22.04
-a -r <REGION_OF_VOL>
-v <VOL_ID>:/db
–vm-size shared-cpu-1x --memory 512
–entrypoint /bin/sleep --cmd 86400
Response:
Success! A Machine has been successfully launched
State: created
Attempting to start machine…
==> Monitoring health checks
No health checks found
Then I’ve tried to connect to this machine, but I always get this error:
Error: host unavailable at XXXXXX: host was not found in DNS
I’ve tried forking, waiting, redoing, nothing works. Is there a way to get this working?
