最近、以下のコマンドで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)
何か案が?
ありがとうございました。