PG_DUMPALL not executable within docker container

Поиск
Список
Период
Сортировка
От Patrick Frießnegg
Тема PG_DUMPALL not executable within docker container
Дата
Msg-id CAApuS=87rR5iaBzZiMZ-wMp0Ejvj1ZAXTzw8fAPGy+n7Nh6sBw@mail.gmail.com
обсуждение исходный текст
Ответы Re: PG_DUMPALL not executable within docker container  (Daniel Gustafsson <daniel@yesql.se>)
Список pgsql-bugs
Steps to reproduce:

Startup Container:
```sh
synesc@dockerhost01:$ docker run --rm -it postgres:15.4 /bin/bash
```

Execute PG_DUMPALL, Params not required to see the issue.
```sh
root@13fba0e113c7:/# pg_dumpall
popen failure: Cannot allocate memory
pg_dumpall: error: program "pg_dump" is needed by pg_dumpall but was not found in the same directory as "/usr/lib/postgresql/15/bin/pg_dumpall"
root@13fba0e113c7:/#
```

Was not able to fix the problem, with full parameter list.

--
Ing. Frießnegg Patrick
Synesc GmbH
mailto: patrick.fri@gmail.com

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

Предыдущее
От: Sorin Mircioiu
Дата:
Сообщение: Re: PostgreSQL's processes blocking each other are not detected as deadlock
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Re: PG_DUMPALL not executable within docker container