RE: [EXT] Re: High Availability - Mailing list pgsql-admin

From Wong, Kam Fook (TR Technology)
Subject RE: [EXT] Re: High Availability
Date
Msg-id CH0SPR01MB001317FF7A5386D2DEB7AB2BFEE02@CH0SPR01MB0013.namprd03.prod.outlook.com
Whole thread Raw
In response to Re: High Availability  (Mauricio Fernandez <mmauricio.fernandez@gmail.com>)
Responses Re: [EXT] Re: High Availability
List pgsql-admin

Other options to consider:

 

  1. Region 1: AWS Aurora Postgres with 1 writer and 1 reader node. 
  2. Region 2: Same as above.
  3. Choose a  3rd party tool or use pg-logical to replicate data between Region 1 and Region 2 so that they are always in sync.

Please note, your app tier should align with these.

 

Thank you

Kam

 

From: Mauricio Fernandez <mmauricio.fernandez@gmail.com>
Sent: Thursday, January 23, 2025 1:01 PM
To: Gabriel Guillem Barceló Soteras <gbarcelo@parlamentib.es>
Cc: Pgsql-admin <pgsql-admin@lists.postgresql.org>
Subject: [EXT] Re: High Availability

 

External Email: Use caution with links and attachments.

 

Thank you ver much for answering Gabriel

 

Kind regards

 

MF

 

El jue, 23 ene 2025 a las 10:15, Gabriel Guillem Barceló Soteras (<gbarcelo@parlamentib.es>) escribió:

I think there is no gold-standard HA solution. Some commercial PostgreSQL offer HA as an add-on or standalone product, and they tackle different SPOFs with varying components. If you got the open source way, a good starting point is https://www.postgresql.org/docs/current/high-availability.html

 

Depending on your requirements you may go one route or another. For exemple, it may be ok for you a single pgpool-2 instance, without front Haproxy tier.

 

We tested some of them, and we don’t use any of them so far. In our scenario we can assume some out of office downtime for maintenance tasks.

 

Good luck,

Gabriel

 

From: Mauricio Fernandez <mmauricio.fernandez@gmail.com>
Date: Thursday, 23 January 2025 at 02:20
To: Pgsql-admin <pgsql-admin@lists.postgresql.org>
Subject: High Availability

Hi admins, I need to know if anybody know about some survey, poll, web site, etc talking about most popular postgresql's most popular high availability solutions.

 

Using repmgrd, with or without pgpool-ii, haproxy, etc.., commercial or free.

 

Thanks in advance

 

regards 

 

Mauricio Fernández

pgsql-admin by date:

Previous
From: "Wong, Kam Fook (TR Technology)"
Date:
Subject: RE: [EXT] Re: Sequence Cycle question
Next
From: Mauricio Fernandez
Date:
Subject: Re: [EXT] Re: High Availability