Re: BUG #15854: postgres wtih Docker: binding port fails with release greater than 9.6.13

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #15854: postgres wtih Docker: binding port fails with release greater than 9.6.13
Дата
Msg-id 14512.1560694522@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #15854: postgres wtih Docker: binding port fails with release greater than 9.6.13  (PG Bug reporting form <noreply@postgresql.org>)
Ответы Re: BUG #15854: postgres wtih Docker: binding port fails with releasegreater than 9.6.13  (Lynn Carol Johnson <lcj34@cornell.edu>)
Список pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> I am running Postgres in a docker, creating a container, mounting a
> directory, binding a port.  The container comes up successfully and I can
> run psql to enter.  But only for release 9.6.  When I pull postgres docker
> image for anything greater than 9.6 (I tried with 10, 10.3, 11.3) the
> binding fails.  here are specifics:

It looks like the postmaster is failing to start.  The place to look to
find out the cause of that is in the postmaster's log file.  Unfortunately
I don't use docker so I don't know how it configures the postmaster's
logging; but if you look into the start recipe you should be able to find
where it's redirecting the process's stderr, and that would get you
started.

            regards, tom lane



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

Предыдущее
От: PG Bug reporting form
Дата:
Сообщение: BUG #15854: postgres wtih Docker: binding port fails with release greater than 9.6.13
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #15844: MIPS: remove .set mips2 in s_lock.h to fix r6 build