Thread: synchronise 2 db pgsql ?

synchronise 2 db pgsql ?

From
Laurent Patureau
Date:
Hi,

I've 2 databases on 2 differents server. I want to synchronise one that is 
source to the other (mirroring).
The database's name are the same.
How can I do it properly ?
I wouldn't want to do : dump db1, drop db2, read_dump db2.

Thanks for your help

Regards,
Laurent.



Re: synchronise 2 db pgsql ?

From
knut.suebert@web.de
Date:
Laurent Patureau schrieb:

> I've 2 databases on 2 differents server. I want to synchronise one that is 
> source to the other (mirroring).

Hello,

maybe http://sourceforge.net/projects/dbbalancer

K.