heroku rake db:拉

时间:2013-01-20 14:09:30

标签: mysql ruby-on-rails heroku taps

我正在尝试将heroku应用程序数据库从heroku服务器拉到我的本地计算机。 我这样做了一堆......

$heroku db:pull mysql://root:mypass@localhost/app_data

Loaded Taps v0.3.24 警告:数据库'mysql:// root:mypass @ localhost / app_data'中的数据将被覆盖,无法恢复。

!警告:破坏性行动  !此命令将影响app: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 个答案:

答案 0 :(得分:1)

这是heroku提供的一般错误页面。检查日志以查看确切的错误。