How do I get my database off Heroku? I'm trying to figure out how to sync with my local machine.
I easily found instructions for a rails app, but not Django.
虽然方便,但使用水龙头可能无法准确复制您的数据,并且可能会在较大的传输中遇到错误。要从生产系统导入或导出数据,我们强烈建议使用 pgbackups。https://devcenter.heroku.com/articles/pgbackups
heroku cli 提供了“db”命令在本地机器和 heroku 之间移动数据。
查看他们的帮助:https ://devcenter.heroku.com/articles/taps
以及他们几年前的博客文章:http: //blog.heroku.com/archives/2009/3/18/push_and_pull_databases_to_and_from_heroku/