Re: Question about switchover with PG9 replication - Mailing list pgsql-general

From Wouter D'Haeseleer
Subject Re: Question about switchover with PG9 replication
Date
Msg-id 1297069037.8673.184.camel@gibralter
Whole thread Raw
In response to Question about switchover with PG9 replication  (Jean-Armel Luce <jaluce06@gmail.com>)
Responses Re: Question about switchover with PG9 replication  (Cyril Scetbon <cyril.scetbon@free.fr>)
List pgsql-general
Question 1 : is it possible to have such a replication configuration with the streaming replication of PG9 (cascaded replication) ?

Nope, as far as I have tested pg only has 1 master and can have a number of slaves, so having 2 masters is not possible.

Question 2 : All the procedures I have seen describing a switchover between 2 PG servers require to copy (or rsync) the database from the new master (old slave) to the new slave (old master).
Is it possible to do switchover between sites (between PGMaster1 and PGMaster2) whithout copying all the database from the new PG master to the new PG slave ?
If it is not possible yet, shall it be possible in future releases ?

Nope this is not possible, pg requires to have an updates basebackup at the slave, this is because if you loose a lot of streamed wal files it is impossible for the slave to catch up and have consistent data.

pgsql-general by date:

Previous
From: Mario Medina
Date:
Subject: Very slow moving between partition
Next
From: Itagaki Takahiro
Date:
Subject: Re: [HACKERS] Issues with generate_series using integer boundaries