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
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):
fly sftp
the contents from your app.fly image show -a <app-name>
).This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.