Re: Synchronizing Databases - Mailing list pgsql-general

From Christopher Browne
Subject Re: Synchronizing Databases
Date
Msg-id m3zn3wksgp.fsf@wolfe.cbbrowne.com
Whole thread Raw
List pgsql-general
A long time ago, in a galaxy far, far away, "Dr. Aharon Friedman" <aharon@aharon-fast.friedman.net> wrote:
> I would like to create two engines working as a backup to each other.  Any
> idea how I should go about syncing them?

There is not yet any multimaster replication solution.

The "latest and greatest" single-master/multi-slave answer at this
point is Slony-I --> <http://slony.info/>.  It only allows updates to
go to one of the DBs, but does allow all the DBs to be queryable, and
provides a quick way to switch between "masters."
--
select 'cbbrowne' || '@' || 'linuxfinances.info';
http://linuxfinances.info/info/postgresql.html
"They laughed at Columbus, they laughed at Fulton, they laughed at the
Wright brothers.  But they also laughed at Bozo the Clown."
-- Carl Sagan

pgsql-general by date:

Previous
From: Greg Stark
Date:
Subject: Re: Speeding up LIKE with placeholders?
Next
From: David Garamond
Date:
Subject: Re: Storing birthday data