postgresql fails to start after symlinking pgdata dir

Поиск
Список
Период
Сортировка
От Gene
Тема postgresql fails to start after symlinking pgdata dir
Дата
Msg-id 430d92a20702051222t786abe26saa6e1b13bc45ac81@mail.gmail.com
обсуждение исходный текст
Ответы Re: postgresql fails to start after symlinking pgdata dir  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
In the past I've always done the following with success (this is under fedora core 6 x86_64):

mv /var/lib/pgsql/data /data/pg/
ln -s /data/pg/data /var/lib/pgsql/data
/etc/init.d/postgresql start

I just installed 8.2.2 on a new FC6 machine and when I do that it fails to start. The logs reveal nothing.

Any suggestions? Any help would be appreciated.

Thanks
Gene

В списке pgsql-general по дате отправления:

Предыдущее
От: "John D. Burger"
Дата:
Сообщение: Re: Production systems beware: U.S. Daylight Savings Time comes at a new time this year
Следующее
От: "Merlin Moncure"
Дата:
Сообщение: Re: Can a function be parameter in PL/PGSQL function?