简体   繁体   English

heroku db:拉奇怪的响应

[英]heroku db:pull strange response

i run 我跑

$ heroku db:pull

it says 它说

Loaded Taps v0.3.24
Auto-detected local database: mysql2://root:mypassword@127.0.0.1/app?encoding=utf8
Warning: Data in the database 'mysql2://root:mypassword@127.0.0.1/app?encoding=utf8' will be overwritten and will not be recoverable.

 !    WARNING: Destructive Action
 !    This command will affect the app: heroku-app-9999
 !    To proceed, type "heroku-app-9999" or re-run this command with --return heroku-app-9999

so i run 所以我跑

$ cryptic-harbor-6329

then i get this response: 然后我得到这个回应:

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

i have pulled and pushed to heroku with different apps many times. 我已经多次使用不同的应用程序将其推送到heroku。 i have never received this error. 我从未收到此错误。 what dose it mean? 什么剂量

heroku db:pull mysql://root:mypass@localhost/mydb

尝试这个

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

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