I think the line:
host DB_USER DB 127.0.0.1/32 md5
should be:
host DB DB_USER 127.0.0.1/32 md5 host DB_LOG DB_USER 127.0.0.1/32 md5
Also with PostgreSQL 9.1 onwards it is:
$ sudo -u postgres createuser --interactive
Log in to post a comment.