简体   繁体   English

Heroku耙db:pull

[英]heroku rake db:pull

i am trying to pull my heroku apps database from the heroku server to my local machine. 我试图将我的heroku应用数据库从heroku服务器拉到我的本地计算机。 i have done this a bunch like this... 我做了这样的一堆...

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

Loaded Taps v0.3.24 Warning: Data in the database 'mysql://root:mypass@localhost/app_data' will be overwritten and will not be recoverable. 加载的Taps v0.3.24警告:数据库'mysql:// root:mypass @ localhost / app_data'中的数据将被覆盖,并且将无法恢复。

! WARNING: Destructive Action ! 警告:破坏性动作! This command will affect the app: heroku-app-9999 ! 此命令将影响应用程序:heroku-app-9999! To proceed, type "heroku-app-9999" or re-run this command with --confirm heroku-app-9999 要继续,请键入“ heroku-app-9999”或使用--confirm heroku-app-9999重新运行此命令。

> heroku-app-9999

i get.. 我明白了

!    <!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>

weird response i have never seen! 我从未见过的怪异反应! what dose it mean? 什么剂量

It's a generic error page served from heroku. 这是来自heroku的通用错误页面。 Check your logs to see what the exact error is. 检查您的日志以查看确切的错误是什么。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM