And here's my authfile, "/var/lib/pgsql/pgbouncer.txt" --
"MYSITE_pgbouncer" ""
Is there something else I need to do? What steps am I missing? When I start pgbouncer at the command line, I see this error:
WARNING: password file "/root/.pgpass" has group or world access; permissions should be u=rw (0600) or less psql: ERROR: No such user: MYSITE_pgbouncer
I had this error in the pgbouncer log file after updating to the last version, 1.5, in Centos 6. For me the fix was to set the ownership of the auth_file to pgbouncer. In the previous version, 1.4, it was working with postgres as the owner of that file.
Regards, Clodoaldo
Could you please share stats_users information in pgbouncer.ini file ?