Roundup Tracker - Issues

Message2467

Author jpend
Recipients
Date 2007-08-28.04:25:20
Message-id
In-reply-to
I'm far from a postgres expert but I think this handled on postgres' end of things.

When my pg_hba.conf just had the line:
host    all         all         127.0.0.1/32          md5

Then I got the same exception you mention. If you add:
host    all         roundup     127.0.0.1/32          trust

(where roundup is whatever username you're using for the roundup user) then it should work.

I just tested it on my postgres 8.2/psycopg 2.0.5.1 and it worked.
History
Date User Action Args
2009-02-03 14:22:08adminlinkissue1772174 messages
2009-02-03 14:22:08admincreate