Re: PassFile in docker compose?

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: PassFile in docker compose?
Дата
Msg-id CA+OCxoyFECV5W+OmMW68xLh0qUUOgh5ZG7Lo5h0X8b+PXqj_sA@mail.gmail.com
обсуждение исходный текст
Ответ на PassFile in docker compose?  (Zoltan Albert <znalbert@gmail.com>)
Ответы Re: PassFile in docker compose?  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-support
Hi

On Thu, Jul 23, 2020 at 12:57 AM Zoltan Albert <znalbert@gmail.com> wrote:
I'm trying to use docker compose to spin up postgres and pgAdmin services, and the only sticking point is a minor one: I can't seem to get the PassFile to work.

I wonder if it's not possible because of the following note at the bottom this page of the pgAdmin docs https://www.pgadmin.org/docs/pgadmin4/4.23/server_dialog.html:

```

Note

The password file option is only supported when pgAdmin is using libpq v10.0 or later to connect to the server.
```

That won't be an issue if you're using dpage/pgadmin4 (or any of the installers/packages built by the pgAdmin team).

My guess would be that you've not got the permissions or ownership of the pgpassfile correct so libpq is just ignoring it. It needs to be mode 0600 and owned by 5050:5050.

I have no idea how you make that happen in Docker Compose though.

 
Tried:
- stackoverflowing
- most promising google result: https://javaoraclesoa.blogspot.com/2020/01/pgadmin-in-docker-provisioning.html

Nothing seemed to work. Am I missing something? Or is it really just not possible?

Thanks!
Z


--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EDB: http://www.enterprisedb.com

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

Предыдущее
От: Zoltan Albert
Дата:
Сообщение: PassFile in docker compose?
Следующее
От: Akshay Joshi
Дата:
Сообщение: pgAdmin 4 v4.24 released