Когда я запускаю rails db:create
, я получаю следующую ошибку:
FATAL: no pg_hba.conf entry for host "172.18.0.1", user "postgres", database "postgres", SSL off
Couldn't create database for {"adapter"=>"postgresql", "encoding"=>"unicode", "pool"=>5, "timeout"=>5000, "username"=>"postgres", "host"=>"localhost", "port"=>5433, "url"=>nil, "database"=>"mydatabase"}
Я не уверен, как это исправить. Я изменил свой pg_hba.conf
файл, добавив в него следующую строку.
host postgres postgres 172.18.0.1/32 md5
Но я все еще получаю эту ошибку.