rubypostgresqlengineyard

FATAL: no pg_hba.conf entry for host when setting up blazer gem


My application uses the blazer gem for visualizing DB queries.

During the setup I've encountered the following error:

FATAL: no pg_hba.conf entry for host "111.22.33.44", user "blazer", database "my_db", SSL off

My application is hosted on EngineYard and uses PostgreSQL.

How can I find and modify the pg_hba.conf on EngineYard?

upd

I do have SSH access to EngineYard cloud.

Instance: General Purpose (M3) Large.

OS: EngineYard's Gentoo.


Solution

  • You can try the following steps. I've assumed that your DB name is my_db.

    After all steps are performed, Blazer queries should be accessible.