Postgres on NAS/NFS - Mailing list pgsql-admin

From Bryan Keller
Subject Postgres on NAS/NFS
Date
Msg-id 9424C7B4-672D-4C64-BE6A-699708981C0B@gmail.com
Whole thread Raw
Responses Re: Postgres on NAS/NFS  ("Anibal David Acosta" <aa@devshock.com>)
Re: Postgres on NAS/NFS  (Jim Mlodgenski <jimmy76@gmail.com>)
Re: Postgres on NAS/NFS  (Frederiko Costa <frederiko@gmail.com>)
Re: Postgres on NAS/NFS  (Stuart Bishop <stuart@stuartbishop.net>)
Re: Postgres on NAS/NFS  (Bruce Momjian <bruce@momjian.us>)
List pgsql-admin
I am considering running a Postgres with the database hosted on a NAS via NFS. I have read a few things on the Web
sayingthis is not recommended, as it will be slow and could potentially cause data corruption. 

My goal is to have the database on a shared filesystem so in case of server failure, I can start up a standby Postgres
serverand point it to the same database. I would rather not use a SAN as I have heard horror stories about managing
them.Also they are extremely expensive. A DAS would be another option, but I'm not sure if a DAS can be connected to
twoservers for server failover purposes. 

Currently I am considering not using a shared filesystem and instead using replication between the two servers.

I am wondering what solutions have others used for my active-passive Postgres failover scenario? Is a NAS still not a
recommendedapproach? Will a DAS work? Or is replication the best approach? 

pgsql-admin by date:

Previous
From: CS DBA
Date:
Subject: Re: Postgres Replication Options
Next
From: "Anibal David Acosta"
Date:
Subject: Re: Postgres on NAS/NFS