I did a wrong deployment and now my doesn't start anymore and I don't have backup of the files

I did a wrong deployment and now my doesn’t start anymore and I don’t have backup of the files, I need to download them, how could I download the files again? I’ve tried using apps that download websites, but it doesn’t download server.js

Try fly releases --image and fly deploy -i <image from releases command>.

A caveat: this will re-deploy a previous deployment. It won’t roll back changes to data on volumes or any fly.toml changes.

1 Like

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