PG_DUMPALL not executable within docker container - Mailing list pgsql-bugs

From Patrick Frießnegg
Subject PG_DUMPALL not executable within docker container
Date
Msg-id CAApuS=87rR5iaBzZiMZ-wMp0Ejvj1ZAXTzw8fAPGy+n7Nh6sBw@mail.gmail.com
Whole thread Raw
Responses Re: PG_DUMPALL not executable within docker container
List 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 by date:

Previous
From: Sorin Mircioiu
Date:
Subject: Re: PostgreSQL's processes blocking each other are not detected as deadlock
Next
From: Daniel Gustafsson
Date:
Subject: Re: PG_DUMPALL not executable within docker container