#Transferring data from sqlite3 db to heroku postgres db

5 messages · Page 1 of 1 (latest)

autumn umbra
#

Hello I have a django project with a sqlite3 database and the project is hosted on heroku. I wanted to tranfer my data in he sqlite3 to the heroku postgres database. I was wondering how I can do this.

dark hill
misty charm
#

Can dumpdata / loaddata be used for a backup mechanism in production , or is it just a development tool ?

dark hill
#

I would consider it more dev/one off transfers etc

#

Most databases support their own actual backup mechanisms