0

最近、以下のコマンドでherokuのデータベースをリセットしました。

heroku pg:reset SHARED_DATABASE

そして、私は以下のコマンドを実行しました。

heroku run rake db:migrate

私が受け取った応答を以下に示します。

rake aborted!
could not connect to server: Connection timed out
Is the server running on host "ec2-23-23-203-225.compute-1.amazonaws.com" and accepting
TCP/IP connections on port 5432?

Tasks: TOP => db:migrate
(See full trace by running task with --trace)

何か案が?

ありがとうございました。

4

1 に答える 1

1

今日、status.heroku.com で見ることができる共有データベースの問題がありました。共有 DB サーバーの停止の影響を受けた可能性があります。

于 2012-05-19T18:49:08.470 に答える