尝试使用以下命令复制生产数据库
heroku db:pull postgres://postgres:@localhost/prod_20120717 \
--app my_app --confirm my_app
但我明白了:
$ heroku db:pull postgres://postgres:@localhost/prod_20120717 --app my_app \
--confirm my_app
Loaded Taps v0.3.24
Warning: Data in the database 'postgres://postgres:@localhost/prod_20120717' \
will be overwritten and will not be recoverable.
! App not found.
答案 0 :(得分:1)
heroku可能配置错误。尝试执行此操作heroku login
并重做您的登录信息。
答案 1 :(得分:0)
另外,请使用pgbackups,而不是pg:pull。 https://devcenter.heroku.com/articles/pgbackups