我甚至不能做一个简单的事情:
$heroku run rake db:reset
(我在雪松堆上).
这是控制台跟踪转储:
** Invoke db:reset (first_time)** Invoke environment (first_time)** Execute environmentrake aborted!Could not connect to server: Connection refused Is the server running on host "ec2-107-22-222-231.compute-1.amazonaws.com" and accepting TCP/IP connections on port 5432?/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.3/lib/active_record/connection_adapters/postgresql_adapter.rb:1194:in `initialize'/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.3/lib/active_record/connection_adapters/postgresql_adapter.rb:1194:in `new'/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.3/lib/active_record/connection_adapters/postgresql_adapter.rb:1194:in `connect'/app/vendor/bundle/ruby/1.9.1/gems/activerecord-3.2.3/lib/active_record/connection_adapters/postgresql_adapter.rb:329:in `initialize'...Tasks: top => db:reset => environment
好吗,拜托?
–update —
他们刚刚在https://status.heroku.com/更新了他们的状态,事件是375:https://status.heroku.com/incidents/375
……我想我只需要等待.
–update —
3小时后,错误消息变为:
Could not translate host name "ec2-107-22-222-231.compute-1.amazonaws.com" to address: name or service not kNown (PG::Error)
至少现在我知道Heroku的人正在工作.
解决方法 同样的问题在这里它工作直到昨天.Dedicated production databases should be operational. We’re continuing recovery of shared
development databases and Crane and Kappa beta databases. Varnish remains temporarily
Disabled on the Bamboo http stack.
是的,显然只是等待就是答案.
总结以上是内存溢出为你收集整理的Heroku无法连接到服务器:在雪松堆栈上部署Rails 3.2.3应用程序时“连接被拒绝”全部内容,希望文章能够帮你解决Heroku无法连接到服务器:在雪松堆栈上部署Rails 3.2.3应用程序时“连接被拒绝”所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)