最近我通过以下命令在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)
有什么想法吗?
谢谢。
答案 0 :(得分:1)
今天我可以在status.heroku.com上看到共享的数据库问题 - 它现在仍然可以吗?您可能会受到共享数据库服务器中断的影响。