Re: PG on zeta 1.0 - Mailing list pgsql-novice

From Mark Campbell
Subject Re: PG on zeta 1.0
Date
Msg-id 4472EC5C.6090807@ucs-software.co.za
Whole thread Raw
In response to Re: PG on zeta 1.0  ("sam karush" <sk418@rivah.net>)
List pgsql-novice
The DB can be anywhere

Export the PG variables or run the pg_ctl as follows

nohup pg_ctl -o -i -D /wherever/your/data/dir/is start &

My postgresql.conf is located in /usr/local/pgsql/data, so my command would be

nohup pg_ctl -o -i -D /usr/local/pgsql/data start &


Mark Campbell

Confidentiality Notice: http://ucs.co.za/conf.html


sam karush wrote:
>On my Sco-Openserver Unix machine, I need to start the postmaster like this

>nohup pg_ctl -o -i start &
 
 
Heres what I get:
 
/bin/nohup:   appending output to 'nohup. out'
 
and in nohup out:
 
postmaster starting
postmaster cannot access the server configuration file "/boot/home/webserver/databases/postgresql.conf" No such file or directory.
 
My database folder is in boot/home. Should this be moved?

pgsql-novice by date:

Previous
From: "sam karush"
Date:
Subject: Re: PG on zeta 1.0
Next
From: "sam karush"
Date:
Subject: Re: PG on zeta 1.0