【发布时间】: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