How can I migrate all data from db.sqlite3 to postgresql databases on railway?
Hi, I just connected PG database to my project and did this commands:
python manage.py makemigrations
python manage.py migrate
But no data from my tables was moved there
id:bd36ea72-b207-47b6-b3dc-cce8b0709e2e
3 Replies
Project ID:
bd36ea72-b207-47b6-b3dc-cce8b0709e2e
bd36ea72-b207-47b6-b3dc-cce8b0709e2e
to be honest this would be a question far better suited for a google search, since that way I'm sure you would be able to find pre-existing guides for exactly what you are trying to do