Re: Database replication... - Mission Critical DBMS's -- - Mailing list pgsql-general

From Andrew Sullivan
Subject Re: Database replication... - Mission Critical DBMS's --
Date
Msg-id 20021030103309.F9431@mail.libertyrms.com
Whole thread Raw
In response to Re: Database replication... - Mission Critical DBMS's --  (Robert Treat <xzilla@users.sourceforge.net>)
List pgsql-general
On Wed, Oct 30, 2002 at 10:18:47AM -0500, Robert Treat wrote:
> regarding replication, as well as a "high availability how-to" that
> would probably be worth reading.

The high availability howto suggests using rsync to synchronise the
data areas of two data servers.  That is an _extremely bad_ idea.
I've suggested before that the link be removed, because it recommends
something almost guaranteed to introduce massive database corruption
at some point.  If there's no load and you have a fast network, you
might get lucky.  But it is an extremely dangerous plan.

A

--
----
Andrew Sullivan                         204-4141 Yonge Street
Liberty RMS                           Toronto, Ontario Canada
<andrew@libertyrms.info>                              M2P 2A8
                                         +1 416 646 3304 x110


pgsql-general by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: [HACKERS] Database replication... - Mission Critical DBMS's -- Taking postgreSQL to the Enterprise Computing level...
Next
From: "Shridhar Daithankar"
Date:
Subject: Re: how to terminate a process when kill fails