Add admin/stats users to PgBouncer config for SHOW commands

Without admin_users/stats_users, connecting to the pgbouncer virtual
database fails with "database pgbouncer does not exist".

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Serreau Jovann
2026-03-26 10:35:43 +01:00
parent 27db5e96cf
commit d2be7311d9
2 changed files with 4 additions and 0 deletions

View File

@@ -17,3 +17,5 @@ server_lifetime = 3600
server_idle_timeout = 600
log_connections = 0
log_disconnections = 0
admin_users = e-ticket
stats_users = e-ticket