簡體   English   中英

heroku db:拉奇怪的響應

[英]heroku db:pull strange response

我跑

$ heroku db:pull

它說

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

所以我跑

$ cryptic-harbor-6329

然后我得到這個回應:

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

我已經多次使用不同的應用程序將其推送到heroku。 我從未收到此錯誤。 什么劑量

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

嘗試這個

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM