Re: Simplifying replication - Mailing list pgsql-hackers

From Brendan Jurd
Subject Re: Simplifying replication
Date
Msg-id AANLkTi=F1dkcQgLOzBqm3YzHiOW9C-RXpo9-og+npkD4@mail.gmail.com
Whole thread Raw
In response to Simplifying replication  (Josh Berkus <josh@agliodbs.com>)
List pgsql-hackers
On 19 October 2010 11:16, Josh Berkus <josh@agliodbs.com> wrote:
> 4. I can start a new replica off the master by running a single command-line
> utility on the standby and giving it connection information to the master.
>  Using this connection, it should be able to start a backup snapshot, copy
> the entire database and any required logs, and then come up in standby mode.
>  All that should be required for this is one or two highport connections to
> the master.  No recovery.conf file is required, or exists.

Having just configured replication for the first time with 9.0, I
agree in general with your whole message, but in particular, I want to
give a double-thumbs-up to the above.

Resolving this one item would subtract a great deal of pain -- and
potential for error -- from the process.

Cheers,
BJ


pgsql-hackers by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: Serializable snapshot isolation patch
Next
From: Bruce Momjian
Date:
Subject: Re: create tablespace fails silently, or succeeds improperly