A long time ago, in a galaxy far, far away, "Dr. Aharon Friedman" <aharon@aharo n-fast.friedman.n et> wrote:[color=blue]
> I would like to create two engines working as a backup to each other. Any
> idea how I should go about syncing them?[/color]
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';
Christopher Browne wrote:
[color=blue]
> A long time ago, in a galaxy far, far away, "Dr. Aharon Friedman"
> <aharon@aharo n-fast.friedman.n et> wrote:[color=green]
>> I would like to create two engines working as a backup to each other. Any
>> idea how I should go about syncing them?[/color]
>
> There is not yet any multimaster replication solution.[/color]
Multimaster solution should be PGCluster and PGReplicator, but never tried.
Comment