SQLite db file recovery from previous deployment.
aksh05
HOBBYOP

a year ago

Hi,

I have an node js app which was writing to a SQLite db store. For some reason the deployment crashed and new deployment was initiated but the SQLite db file was not persisted from the previous deployment.

Is it possible to recover the same file? I am currently on a 5$ hobby plan of railway.

Solved

3 Replies

a year ago

Hello,

Without saving your sqlite files in a volume data cannot be persisted, and thus, data cannot be recovered.

Please add a volume so you can avoid data loss going forward -

https://docs.railway.com/reference/volumes

Best,

Brody


Status changed to Awaiting User Response Railway 12 months ago


aksh05
HOBBYOP

a year ago

Thanks for your response. By any chance would it be possible to recover this once?


Status changed to Awaiting Railway Response Railway 12 months ago


a year ago

I apologize, but we cannot accommodate your request to recover the lost database in this case.


Status changed to Awaiting User Response Railway 12 months ago


Status changed to Solved brody 12 months ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...