Retrieving my old V1 instance

I had a V1 app that was automatically upgraded to V2, but that means my app was redeployed without warning. Everything IS working now though, so it’s running again, cool.

Thing is, I still need that specific V1 instance, a snapshot of it, like the filesystem of it and all before the V2 redeployment.

Is it possible?

We have volume snapshots that you can look recover from but VMs itself are ephemeral so we don’t save their state.

You can find a previous snapshot and create a new DB from it: Backup, Restores, & Snapshots · Fly Docs

Does this help?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.