0

我正在尝试将我的 heroku 应用程序数据库从 heroku 服务器拉到我的本地机器上。我已经做了很多这样的事情......

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

Loaded Taps v0.3.24 警告:数据库“mysql://root:mypass@localhost/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>

我从未见过的奇怪反应!剂量是什么意思?

4

1 回答 1

1

这是 Heroku 提供的通用错误页面。检查您的日志以查看确切的错误是什么。

于 2013-01-20T14:10:50.817 回答