Re: bdr replication - Mailing list pgsql-general

From John R Pierce
Subject Re: bdr replication
Date
Msg-id 56FC9ADF.7040508@hogranch.com
Whole thread Raw
In response to Re: bdr replication  (Slava Bendersky <volga629@skillsearch.ca>)
List pgsql-general
On 3/30/2016 8:09 PM, Slava Bendersky wrote:
> Is any share storage technology recommended for PostgreSQL in  virtual
> environment ?
> Ok what I will do is going take backups, shutdown both virtual servers
> and place all vm use local disk on server only.


'share storage technology'...  um.    thats such a vague term, it can
mean lots of things.

each postgres instance needs its own data store, two instances can NOT
share the same files under any condition.     these data stores can be
on SAN or NAS, as long the storage is reliable about committed random
writes, and as long as two different servers aren't using the SAME
directory for their data stores.

--
john r pierce, recycling bits in santa cruz



pgsql-general by date:

Previous
From: Slava Bendersky
Date:
Subject: Re: bdr replication
Next
From: Slava Bendersky
Date:
Subject: Re: bdr replication