Recover source code from fly?

I’ve deployed a go project to fly a while ago. I was recently forced to reset my P and it turned out that the option “keep your files” wipes all of WSL

Is it possible to recover the source code from fly at all?

Thanks for your help in advance

If you haven’t deleted your Fly app and you packed in the source code (vs compiling it):

  • You can fly sftp the contents from your app.
  • You can download the Docker image from Fly’s registry (the image is kept around for a week, I believe: fly image show -a <app-name>).
1 Like

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