2

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.

4

2 回答 2

1

虽然方便,但使用水龙头可能无法准确复制您的数据,并且可能会在较大的传输中遇到错误。要从生产系统导入或导出数据,我们强烈建议使用 pgbackups。https://devcenter.heroku.com/articles/pgbackups

于 2012-06-04T23:44:27.260 回答
0

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/

于 2012-06-04T19:33:58.973 回答