0

我正在尝试将我的应用程序升级到新的开发计划,但在报告步骤中出现错误:

jseidel@EDP15:~/Dev/xxx$ heroku pgbackups:restore postgres://[xxx].amazonaws.com:[xxx]
Database on [xxx].amazonaws.com <---restore--- b001 (most recent)
SHARED_DATABASE
2012/08/08 06:16.20
23.2KB
! WARNING: Potentially Destructive Action
! This command will affect the app: xxx
! To proceed, type "xxx" or re-run this command with --confirm xxx
xxx
Pending... \
! An error occurred and your restore did not finish.

谢谢...乔恩

4

1 回答 1

0

原来我应该使用数据库 ID (HREOKU_POSTGRESQL_NAVY) 时使用的是实际 URL (postgresql://xxx...)

于 2012-08-08T21:53:59.940 回答