Re: PgBouncer - HA Mode

From: soumitra bhandary <soumitra(dot)bhandary(at)hotmail(dot)com>
To: Anjul Tyagi <anjul(at)ibosstech-us(dot)com>
Cc: pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: PgBouncer - HA Mode
Date: 2020-02-17 12:42:23
Message-ID: MA1PR01MB063406539024CF4B6406919CE0160@MA1PR01MB0634.INDPRD01.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


PgBouncer does not have internal failover-host configuration nor detection. It is possible via some external tools:

1. DNS reconfiguration - when ip behind DNS name is reconfigured, pgbouncer will reconnect to new server. This behaviour can be tuned via 2 config parameters - dns_max_ttl tunes lifetime for one hostname, and dns_zone_check_period tunes how often zone SOA will be queried for changes. If zone SOA record has changed, pgbouncer will re-query all hostnames under that zone.

2. Write new host to config and let PgBouncer reload it - send SIGHUP or use RELOAD; command on console. PgBouncer will detect changed host config and reconnect to new server.

Or else

You can go for haproxy

Sent from my iPhone

On 17-Feb-2020, at 4:12 PM, Anjul Tyagi <anjul(at)ibosstech-us(dot)com> wrote:


Team,

we are using PgBouncer for connection pooling, now all are application is connecting database via PgBouncer. However I need suggestion, if some how VM goes down or something goes wrong with PgBouncer, how can we handle that situation. We observe that currently its a single point of failure for all application if PgBouncer goes down.

Is there any kind of load balancer or replicate the PgBouncer ti manage the high availability?

Thanks in advance.

Regards,
Anjul TYAGI

ü Go Green

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Achilleas Mantzios 2020-02-17 14:02:08 Re: How to Import image
Previous Message Peter Eisentraut 2020-02-17 12:04:59 Re: PgBouncer - HA Mode