从昨天起它起作用了,但今天早上,我无法弄清楚原因,我在heroku上的应用程序无法连接到共享数据库。 我甚至不能做一个简单的事情:
$ heroku run rake db:reset
(我在雪松堆上)。 这是控制台跟踪转储:
** Invoke db:reset (first_time)
** Invoke environment (first_time)
** Execute environment
rake 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
请问,好吗?
- 的更新 ---
他们刚刚更新了https://status.heroku.com/的状态,事件375:https://status.heroku.com/incidents/375
......我想我只需要等待。
- 的更新 ---
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的人正在工作。
答案 0 :(得分:1)
这里的问题相同。它工作到昨天。
专用生产数据库应该可以运行。 我们正在继续恢复共享 开发数据库和Crane和Kappa beta数据库。清漆暂时保留 在Bamboo HTTP堆栈上禁用。
是的,显然只是等待就是答案。