Re: It's dead and won't get up!! - Mailing list pgsql-novice

From Francisco Reyes
Subject Re: It's dead and won't get up!!
Date
Msg-id 20011108181529.O30049-100000@zoraida.natserv.net
Whole thread Raw
In response to Re: It's dead and won't get up!!  ("KUCHARSKI, DAVID R." <dave@iemco.com>)
List pgsql-novice
On Thu, 8 Nov 2001, KUCHARSKI, DAVID R. wrote:

> when I try:
> #su postgres
> $ postmaster
>
> I get the following:
> /usr/bin/postmaster doesn't know where to find database system data.  You
> must specify the directory that contains the database system either by
> specifying the -D invocation option or by setting the PGDATA environment
> variable.

Try "su - postgres".
The error you are seeing is basically a lack of configuration.
I believe there is an OS variable "pgdata" which gets set when the
postgres user is started and this is how the database knows where the
database directory is.


pgsql-novice by date:

Previous
From: "Josh Berkus"
Date:
Subject: Re: It's dead and won't get up!!
Next
From: Francisco Reyes
Date:
Subject: Benchmarking