User Tools

Site Tools


pgbouncer

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
pgbouncer [2024/08/29 11:12] jbipgbouncer [2024/08/30 11:35] (current) jbi
Line 13: Line 13:
 "pgbouncer" "SCRAM-SHA-256$4096:LPciR/nnlo7XYeC29ANVig==$i........=" "pgbouncer" "SCRAM-SHA-256$4096:LPciR/nnlo7XYeC29ANVig==$i........="
  
-Per database setup:+Per database setup. pgbouncer schema and the function should be in every database that pgbouncer access. You could alter template1 to ensure this.
  
 <code> <code>
Line 48: Line 48:
 <code> <code>
 [databases] [databases]
-* = host=10.95.97.244 port=5432 auth_user=pgbouncer+* = host=10.97.97.97 port=5432 auth_user=pgbouncer
 [users] [users]
  
Line 64: Line 64:
 </code> </code>
  
 +pg_hba.conf at the cluster 
 +<code> 
 +.. 
 +.. 
 +host    all             all             PG_BOUNCER_CIDR        scram-sha-256 
 +</code>
  
pgbouncer.1724922749.txt.gz · Last modified: 2024/08/29 11:12 by jbi