Lost data that was saved to sqlite due to container stopping
92fit
HOBBYOP

2 years ago

I found out that the api i was hosting stopped working (it was due to trial max time) but i did not know about it, it was working and stopped without advice. Now the data stored in the sqlite database was lost

Solved

4 Replies

2 years ago

This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.

Status changed to Open brody over 1 year ago


2 years ago

Hey,

I had a look at your project and your service is not using a volume so there would be no data persistence.

Going forward you would want to store that sqlite file in a volume or use another database such as Postgres.

https://docs.railway.app/guides/volumes


92fit
HOBBYOP

2 years ago

cant i retrieve the lost data?

restore the docker container, anything


2 years ago

I'm sorry but that's not something we can offer.


92fit
HOBBYOP

2 years ago

Guess my phd research form is lost then. Thanks


Status changed to Solved brody over 1 year ago


Loading...