【发布时间】:2012-05-26 20:21:15
【问题描述】:
最近我通过以下命令重置了 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)
有什么想法吗?
谢谢。
【问题讨论】:
标签: ruby-on-rails-3 deployment heroku