Re: Data Replication

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Tim Uckun <timuckun(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Data Replication
Date: 2008-12-11 02:26:51
Message-ID: 1228962411.28319.0.camel@jd-laptop.pragmaticzealot.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, 2008-12-11 at 15:21 +1300, Tim Uckun wrote:

> What happens when I bring the primary back on line. I now want this to
> be primary again and catch up on all the transactions that were sent
> to the secondary. I want the secondary to resume it's backup status.
>

You have to run a new base backup and have the slave ship logs to the
master.

> Is there a product which enables this kind of functionality?
>

https://projects.commandprompt.com/public/pitrtools

--
PostgreSQL
Consulting, Development, Support, Training
503-667-4564 - http://www.commandprompt.com/
The PostgreSQL Company, serving since 1997

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Phillip Berry 2008-12-11 02:32:33 Startup process thrashing
Previous Message Tim Uckun 2008-12-11 02:21:04 Re: Data Replication