2012-07-17 47 views
0

試圖複製生產分貝:的Heroku Postgres的複製 - 「找不到應用程序!」

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

只是一個愚蠢的問題:你的應用程序是否存在? – Dougui 2012-07-17 14:58:41

+0

是的,其他開發人員都在使用它。 – 2012-07-17 15:22:30

+0

但是'heroku apps'返回'你沒有應用程序' – 2012-07-17 15:34:53

回答

1

Heroku的可能是配置錯誤。嘗試執行此操作heroku login並重新登錄。

相關問題