DB not updating on railway
Hello,
In my code, I am getting email details from a txt file, and once an email is used, it is added to the database.
On my system, the database is updated when an email is used. However, on Railway, the database is not updated after the email is used.
Do you have any idea why this is happening?
7 Replies
Project ID:
N/A
N/a
I'm using a sqlite db
are you aware that changes made to the sqlite database are not synced back to GitHub?
Why is that?
What should I use then ?
I not that experienced in deploying and all
Sorry for these questions 🙏
Why is that?because thats just simply not how it works, and not how it could ever work
What should I use then ?Postgres
Okay thank you
I changed to postgre and hosted on railway
Now everything works fine thanks
no problem!