0

Recently I have resetted my database on heroku by the below command.

heroku pg:reset SHARED_DATABASE

And I have ran the below command.

heroku run rake db:migrate

The response I have received is shown below.

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)

Any idea?

Thank you.

4

1 回答 1

1

今天我可以在 status.heroku.com 上看到共享 db 问题 - 现在还可以吗?您可能受到共享数据库服务器中断的影响。

于 2012-05-19T18:49:08.470 回答