Thread: Database replication.

Database replication.

From
"Dominik Żyła"
Date:
Hi!
I need to make database synchronization. I know slone-i to deal with it, but I need real time replication, without any trigers with db structure setup. Can someone recommend me some alternative for slone-i? It can be some commercial stuff too.

Thanks a lot.

Re: Database replication.

From
Jeff Davis
Date:
On Fri, 2007-04-06 at 12:47 +0200, Dominik Żyła wrote:
> Hi!
> I need to make database synchronization. I know slone-i to deal with
> it, but I need real time replication, without any trigers with db
> structure setup. Can someone recommend me some alternative for slone-
> i? It can be some commercial stuff too.
>
> Thanks a lot.

http://www.postgresql.org/docs/8.2/static/high-availability.html

There's also lots of information in the mailing list archives, and in
google.

Regards,
    Jeff Davis