Re: PG on zeta 1.0

Поиск
Список
Период
Сортировка
От Mark Campbell
Тема Re: PG on zeta 1.0
Дата
Msg-id 4472EC5C.6090807@ucs-software.co.za
обсуждение исходный текст
Ответ на Re: PG on zeta 1.0  ("sam karush" <sk418@rivah.net>)
Список 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 по дате отправления:

Предыдущее
От: "sam karush"
Дата:
Сообщение: Re: PG on zeta 1.0
Следующее
От: "sam karush"
Дата:
Сообщение: Re: PG on zeta 1.0