2013-01-20 74 views
0

我試圖將我的heroku應用程序數據庫從heroku服務器拉到我的本地機器。 我已經這樣做了一堆這樣的...heroku rake db:pull

$heroku db:pull mysql://root:[email protected]/app_data

加載絲錐v0.3.24 警告:數據庫中的數據「的mysql://根:爲mypass @本地/ app_data文件」將被覆蓋,並且不會可以恢復。

!警告:破壞性行動 !這個命令會影響應用程序:heroku-app-9999 !要繼續,請鍵入 「Heroku的-APP-9999」 或重新運行帶有--confirm Heroku的-APP-9999

> heroku-app-9999

我得到..

! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
!  <html> 
!  <head> 
!   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"> 
!   <style type="text/css"> 
!   html, body, iframe { margin: 0; padding: 0; height: 100%; } 
!   iframe { display: block; width: 100%; border: none; } 
!   </style> 
!  <title>Application Error</title></head> 
!  </head> 
!  <body> 
!   <iframe src="//s3.amazonaws.com/heroku_pages/error.html"> 
!   <p>Application Error</p> 
!   </iframe> 
!  </body> 
!  </html> 

奇怪的迴應,我該命令從未見過!這意味着什麼劑量?

回答

1

這是來自heroku的通用錯誤頁面。檢查你的日誌,看看確切的錯誤是什麼。

+0

我檢查我的日誌,它說我有一個錯誤:'2013-01-21T12:01:29 + 00:00 app [worker.1]:不知道如何構建任務'工作'這意味着什麼劑量? –

相關問題