Re: Installation on CentOS 5.6 with PostgreSQL

Posted by champagroup on
URL: http://ofbiz.116.s1.nabble.com/Installation-on-CentOS-5-6-with-PostgreSQL-tp4024345p4073256.html

I did perform GRANT ALL for user ofbiz on the three db's I created, as for the pg_hba.conf file, this is what's in it

# TYPE  DATABASE        USER            CIDR-ADDRESS            METHOD

# "local" is for Unix domain socket connections only
local             all             all                                               ident
# IPv4 local connections:
host             all             all                127.0.0.1/32              ident
# IPv6 local connections:
host             all             all                ::1/128                     ident