Configure PgBouncer to authenticate against PostgreSQL and rely less on userlist.txt

PgBouncer is a lightweight connection pooler. When a user connects to PgBouncer, the user’s username and password is checked against userlist.txt file. If you haven’t installed PostgreSQL, seeĀ Install PostgreSQL 9.6 on Ubuntu 16.04 and reset postgres password Disadvantage of userlist.txt The disadvantage is whenever new user is added to PostgreSQL, the user’s username and password […]