This question leads me to another one : can we do High Availability using Postgres.
If one Postgres machine fails, is there a means to have another Postgres installation 
share the same databases, with the lastest data in them ?
Is it a Postgres issue, or an hardware/system issue ?

Nicolas Huillard
-----Message d'origine-----
De:     Bruce Momjian [SMTP:[EMAIL PROTECTED]]
Date:   mardi 14 mars 2000 04:26
�:      Ricardo Kleemann
Cc:     [EMAIL PROTECTED]
Objet:  Re: [ADMIN] pgsql and nfs

> Hello folks,
> 
> Can anyone tell me if pgsql is nfs-friendly? For example if I have the
> database shared over NFS and multiple db servers in a cluster?
> 
> I'm used to mysql but mysql doesnt really support the db over NFS.
> 
> Will postgresql allow me to do so?

Don't use NFS. I would recommend running the server on one machine, and
connecting to it via tcp/ip from the other machines.

-- 
  Bruce Momjian                        |  http://www.op.net/~candle
  [EMAIL PROTECTED]               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

Reply via email to