Heroku无法连接到服务器:在雪松堆栈上部署Rails 3.2.3应用程序时“连接被拒绝”

Heroku无法连接到服务器:在雪松堆栈上部署Rails 3.2.3应用程序时“连接被拒绝”,第1张

概述从昨天起它起作用了,但今天早上,我无法弄清楚原因,我在heroku上的应用程序无法连接到共享数据库. 我甚至不能做一个简单的事情: $heroku run rake db:reset (我在雪松堆上). 这是控制台跟踪转储: ** Invoke db:reset (first_time)** Invoke environment (first_time)** Execute environme 从昨天起它起作用了,但今天早上,我无法弄清楚原因,我在heroku上的应用程序无法连接到共享数据库.
我甚至不能做一个简单的事情:

$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应用程序时“连接被拒绝”所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/langs/1267771.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-08
下一篇 2022-06-08

发表评论

登录后才能评论

评论列表(0条)

保存