【问题标题】:heroku rake db:pullheroku rake db:pull
【发布时间】:2013-01-20 22:10:50
【问题描述】:

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

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

加载的水龙头 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>

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

【问题讨论】:

    标签: mysql ruby-on-rails heroku taps


    【解决方案1】:

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

    【讨论】:

    • 我检查了我的日志,它说我有一个错误:2013-01-21T12:01:29+00:00 app[worker.1]: Don't know how to build task 'jobs:work' 这是什么意思?
    猜你喜欢
    • 2013-10-09
    • 1970-01-01
    • 2012-02-12
    • 2011-09-29
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2012-06-24
    • 2012-11-27
    相关资源
    最近更新 更多