2012-07-01 147 views
2

每次我試圖heroku db:push,我得到以下錯誤:Heroku的DB:推錯誤

Saving session to push_201207011424.dat.. 
!!! Caught Server Exception 
HTTP CODE: 503 
<!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> 

我絕對不知道爲什麼會這樣。有什麼想法嗎?

+0

我有完全相同的錯誤。 Heroku地位說一切都很好。不知道發生了什麼事! – banditKing

+0

只是試圖再次推動,將會如何更新。 – rctneil

+0

是的,它剛剛工作。 – rctneil

回答

0

嘗試如下:

heroku restart 

heroku db:push --confirm <app-name> 
0

您可以在控制檯執行以下命令:

heroku logs | tail

那麼你的輸出類似於:

2016-04-20T10:56:17.509354+00:00 heroku[router]: 
at=error code=H12 desc="Request timeout" method=POST [...] 

指示的錯誤代碼給你更多的見解,你可以在這裏查看它:https://devcenter.heroku.com/articles/error-codes