192.168.0.102:5432 tarihinde PostgreSQL sunucusunu çalıştırıyorum. postgresql.conf bu çizgiye sahiptir:
listen_addresses = '*'
ve pg_hba.conf şuna sahiptir:
host all all 127.0.0.1/32 trust
Ben aynı config / database.yml ile Rails uygulaması var
development:
adapter: postgresql
host: 192.168.0.102
port: 5432
encoding: unicode
database: test
pool: 5
username: test
password:
Ancak komisyon db çalıştırdığımda: göç ediyorum (bunu 192.168.0.100'den çalıştırıyorum)
FATAL: no pg_hba.conf entry for host "192.168.0.100", user "test", database "postgres", SSL on
FATAL: no pg_hba.conf entry for host "192.168.0.100", user "test", database "postgres", SSL off
...
Buna kim yardımcı olabilir?