Re: Shared disk storage

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>
Cc: Bruno Wolff III <bruno(at)wolff(dot)to>, Peter Nixon <listuser(at)peternixon(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: Shared disk storage
Date: 2005-09-06 20:03:34
Message-ID: 20050906200334.GB27871@surnet.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Sep 06, 2005 at 01:47:42PM -0500, Jim C. Nasby wrote:
> On Tue, Sep 06, 2005 at 10:13:33AM -0500, Bruno Wolff III wrote:
> > On Mon, Sep 05, 2005 at 12:20:24 +0300,
> > Peter Nixon <listuser(at)peternixon(dot)net> wrote:
> > > Hi List
> > >
> > > Does anyone have any comments, HOWTOs and experience running multiple
> > > Postgres servers with a shared disk (SAN) in a Hot standby configuration?
> > >
> > > Can someone please point me in the direction of any docs on this subject?
> >
> > Be sure to have some failsafe to prevent two servers from running at the
> > same time on the same data. If that ever happens your database will be hosed.
>
> I thought PostgreSQL already had such a safeguard? Or is it only against
> starting two backends against the same PGDATA on the same machine?

Only in the same machine. I've seen people report corruption because
the failover kicked in when it wasn't actually needed. He had to
restore from backup AFAIR ...

--
Alvaro Herrera -- Valdivia, Chile Architect, www.EnterpriseDB.com
"Porque francamente, si para saber manejarse a uno mismo hubiera que
rendir examen... ¿Quién es el machito que tendría carnet?" (Mafalda)

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-09-06 20:28:13 Re: "select ..... for update of ..." doesn't support full qualified table name?
Previous Message Poul Møller Hansen 2005-09-06 19:59:24 Re: Setting up a database for 10000 concurrent users