export sqlite db file from project.
Hello, I’ve deploy my project on railway and forget switch to Postgres. All important data now stored in sqlite .db file, and will be deleted after 24 hours or redeploy. Can I download .db file from project now or it is unreal ? Are there other ways to save information?
6 Replies
Does the app have any sort of backup functionality?
you could dump data using api calls or something
I don't think that even the team can just break into production containers and grab data out of it
@RomanHF You're database will not be deleted after 24 hours. The data in the container is ephemeral, yes, but it does not delete after 24 hours, only on redeploy of your application. Unfortunately, there really isn't a way to get into that deploy, but I will tag a member of the team and see if there is a way that they might be able to assist. Most likely, you will have to start over again, unfortunately.
Thread has been flagged to Railway team by @Vin.
Unfortunately, no.
e16425b0-af26-4c09-ae89-cf6647708b49
Thanks ! I'm looking forward to any answers:( That’s really important for me
Solution
There's nothing we can do here, sorry.
Thanks Ray. I didn't think there would be. Appreciate your input.