Extracting Database file from deployed project

I have Django project deeplyed in my railway account, and I am trying to extract sqlite database file, where I have my current users .. If I will commit changes to GitHub it will automatically reset database file in initial state. Please tell me if it is possible to extract database file from it or not? ..
7 Replies
Percy
Percy16mo ago
Project ID: N/A
Brody
Brody16mo ago
it's not, and to prevent this issue in the future you'll want to use one of the databases railway provides, I recommend using postgre
krshnaprog
krshnaprog16mo ago
Thanks Brody I just want to replace in my Django project sqlite to postgre right? and that's it..?
Brody
Brody16mo ago
correct you know aside from obviously additing a postgre database to your railway project, settings up the variable references in your service and using those variables in the Django database adapter
krshnaprog
krshnaprog16mo ago
Thank you again!
Brody
Brody16mo ago
no problem!