Re: pg_ctl cannot find postgresql.conf

Поиск
Список
Период
Сортировка
От Juan José Santamaría Flecha
Тема Re: pg_ctl cannot find postgresql.conf
Дата
Msg-id CAC+AXB2E7JaT2cHWpSKH95R=M3tJaY=8CWXL4awCVQv_ZztbCQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pg_ctl cannot find postgresql.conf  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-bugs

On Wed, Jul 13, 2022 at 2:29 PM David G. Johnston <david.g.johnston@gmail.com> wrote:
On Wednesday, July 13, 2022, Дмитрий Карасёв <karasev.dmitrii94@mail.ru> wrote:
pg_ctl (PostgreSQL) 14.4
PGDATA=/mnt/disk/base/postgresql/14/main
ERROR:
pg_ctl start
ожидание запуска сервера....postgres не может открыть файл конфигурации сервера "/mnt/disk/base/postgresql/14/main/postgresql.conf": No such file or directory
but postgresql.conf located in  /etc/postgresql/14/main/postgresql.conf
 

This isn’t a bug.  Use the command line options or environment variables to tell pg_ctl where to find the configuration file in the non-default location.

Maybe you are working on a Debian environment, in that case you should be using 'pg_ctlcluster' as a 'pg_ctl' replacement:


Regards,

Juan José Santamaría Flecha

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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: pg_ctl cannot find postgresql.conf
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #17549: wrong index scan plan with RLS