Re: Configuration of django with master slave replication Postgres - Mailing list pgsql-admin

From soumitra bhandary
Subject Re: Configuration of django with master slave replication Postgres
Date
Msg-id MA1PR01MB3548DF05AD5B600B7386EBFCE0570@MA1PR01MB3548.INDPRD01.PROD.OUTLOOK.COM
Whole thread Raw
In response to Re: Configuration of django with master slave replication Postgres  (Prince Pathria <prince.pathria@goevive.com>)
Responses Re: Configuration of django with master slave replication Postgres  (Prince Pathria <prince.pathria@goevive.com>)
List pgsql-admin
Hi Prince,

Can you please share me the steps to set up pgpool. Also if I use single pgpool that could led to the single point failure. Even for that reason in django I have to configure dsn like that so that it can automatically switch to other node if one node is not reachable. How to do that?? 

Sent from my iPhone

On 03-Apr-2019, at 2:10 AM, Prince Pathria <prince.pathria@goevive.com> wrote:

PgPool-II is very much suitable for your case. It will distribute your read queries on master and slaves + automatic master switch detection + connection pools.
 
Happy to help :)
Prince Pathria Systems Engineer Evive +91 9478670472 goevive.com


On Tue, Apr 2, 2019 at 5:52 PM Thomas Poty <thomas.poty@gmail.com> wrote:

Le mar. 2 avr. 2019 à 13:50, soumitra bhandary <soumitra.bhandary@hotmail.com> a écrit :

Hi
Does anyone have any idea with django how to configure multiple dsn that will automatically switch to new Postgres master host in case of failover happens to previous master and auto promotion of new master is done with repmgr.


My configuration is as below

Master and asynchronous slave node . Repmgrd is configured to take care of autofailover and promotion of new master node.

But from application side with django how to make datasource so that it automatically switches to new master node in case of failover.
Please share the steps.


Sent from my iPhone

pgsql-admin by date:

Previous
From: Prince Pathria
Date:
Subject: Re: Configuration of django with master slave replication Postgres
Next
From: LEROY TENNISON
Date:
Subject: archive_command options?