Heroku and Postgresql and Rails - too many connections error
heroku, postgresql, ruby-on-rails
Solution
Apparently I was on a dev-level DB. I upgraded to Crane level production DB and everything should be fine.
Problem
I'm getting the following error with Ruby on Rails, Heroku and Postgresql: ``` PG::Error (FATAL: too many connections for role "********" ``` I've restarted the server several times to no avail. Any ideas?