How can I download my deployment files?
jsgoyburu
HOBBYOP

a year ago

I need to download my sqlite database from a Django project, since every deployment is overwriting it, and I need to make some changes to the site without losing the data. How can I do that? I've tried using the file explorer, but it doesn't seem to work

1 Replies

a year ago

You would need to be storing the sqlite file in a volume for persistence -

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


Loading...