8 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.
3 Replies
8 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 • 8 months ago
8 months ago
Thanks for your response. By any chance would it be possible to recover this once?
Status changed to Awaiting Railway Response Railway • 8 months ago
8 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 • 8 months ago
Status changed to Solved brody • 8 months ago