Re: Shared disk storage - Mailing list pgsql-general

From Jim C. Nasby
Subject Re: Shared disk storage
Date
Msg-id 20050906184742.GP60481@pervasive.com
Whole thread Raw
In response to Re: Shared disk storage  (Bruno Wolff III <bruno@wolff.to>)
Responses Re: Shared disk storage
Re: Shared disk storage
List pgsql-general
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@peternixon.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?
--
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461

pgsql-general by date:

Previous
From: Matt Miller
Date:
Subject: Re: "select ..... for update of ..." doesn't support
Next
From: Keary Suska
Date:
Subject: Re: Bug or ?