Re: [GENERAL] pgbouncer setup in the architecture

2014-08-27 Thread Gabriele Lohss
forums and documentation the only case described is accessing the pgbouncer database on the localhost. Thanks for any advice or hints, Gaby 2014-08-27 11:03 GMT+02:00 Gabriele Lohss : > Hi, > > thanks, you're right. My description wasn't very concrete. Our current set > u

Re: [GENERAL] pgbouncer setup in the architecture

2014-08-27 Thread Gabriele Lohss
Hi, thanks, you're right. My description wasn't very concrete. Our current set up is a single pgbouncer instance running on a VM in the same network like the webapplications. The database servers are in another firewall protected network. So the pgbouncer is now running on a standalone VM. I was w

[GENERAL] pgbouncer setup in the architecture

2014-08-19 Thread Gabriele Lohss
Hi, I'd like to use pgbouncer as connection pooler in our productive environment, which consists of six master db server plus 6 slaves and many webserver and services. For example, I'd like to use it as a central point from where I can redirect client connections easily without changing the code o