Re: New DB cluster.

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: New DB cluster.
Дата
Msg-id 1519370332.2530.3.camel@cybertec.at
обсуждение исходный текст
Ответ на New DB cluster.  ("Ron Watkins" <rwatki@gmail.com>)
Список pgsql-novice
Ron Watkins wrote:
> 2018-02-22 11:18:51.703 MST [3113] FATAL:  could not create lock file "/var/run/postgresql/.s.PGSQL.5432.lock": No
suchfile or directory
 

Either the directory does not exist, or the operating system user as which
you started PostgreSQL does not have permissions on the file.

You can either:

# mkdir -m 0755 /var/run/postgresql
# chown postgres:postgres /var/run/postgresql

or edit postgresql.conf and change the parameter unix_socket_directories.

Yours,
Laurenz Albe


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

Предыдущее
От: "Ron Watkins"
Дата:
Сообщение: New DB cluster.
Следующее
От: Laurenz Albe
Дата:
Сообщение: Re: Differing data directories