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>
見たことない変な反応!それは何を意味するのですか?