Is there way to dump heroku postgres database and import the data into my local SQLite database?
I tried using https://github.com/ludicast/yaml_db and heroku db:pull with no success. I am developing on Windows 7.
Is there way to dump heroku postgres database and import the data into my local SQLite database? I tried using https://github.com/ludicast/yaml_db and heroku db:pull with no success. I am developing on Windows 7. |
|||||||||
|
Please read through https://devcenter.heroku.com/articles/heroku-postgres-import-export and follow those to export. |
|||||||||
|