Rails 3.x앱에서 Postgresql DB를 사용하고 Heroku에 push를 하면 아래와 같은 에러가 발생하면서 500 error가 발생했다. could not connect to server: Connection refusedIs the server running on host "127.0.0.1" and acceptingTCP/IP connections on port xxxx? 처음에는 Postgresql 설치로 인해서 config/database.yml 파일을 잘못 설정해서 생긴문제로 판단하여 구글링도 해보고 삽질을 3시간 정도 해본 결과, 헛삽질로 판단. 심지어 프로젝트를 local과 heroku, bitbucket 모두 다 날리면서 다시 차근 차근 해보기 까지 했다. (컴맹의 길은 어렵다..