SQLite db file recovery from previous deployment.
aksh05
HOBBYOP

9 months 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

9 months 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 9 months ago


aksh05
HOBBYOP

9 months ago

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


Status changed to Awaiting Railway Response Railway 9 months ago


9 months ago

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


Status changed to Awaiting User Response Railway 9 months ago


Status changed to Solved brody 9 months ago


Loading...