Re: change location of postmaster.pid file?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Janet Jacobsen <jsjacobsen(at)lbl(dot)gov>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: change location of postmaster.pid file?
Date: 2009-07-10 22:42:36
Message-ID: 1012.1247265756@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Janet Jacobsen <jsjacobsen(at)lbl(dot)gov> writes:
> Is it possible to create a database cluster on a machine that
> has write access to the shared file system, shut down the
> Postgres server on that machine, and then start up the
> Postgres server on the machine that cannot write to the
> shared file system, and thereafter, *only query* the database.

No. The pid file is only the first and smallest problem you'd run into
with a read-only database filesystem.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Greg Stark 2009-07-10 22:43:18 Re: change location of postmaster.pid file?
Previous Message Scot Kreienkamp 2009-07-10 22:40:02 Re: Idle in transaction help