Kirill Tuchkov
Results
2
comments of
Kirill Tuchkov
Same problem. I can log into the container and use the _dump, it works. Like this: `docker exec -it container_name /bin/sh` `/usr/bin/pg_dump -h db --no-owner --file /tmp/dump.sql db_name` So it's...
Ok, I finally found that the problem is with the client version. Replacing `postgresql-client` with `postgresql-client-15` in line 49 of Dockerfile fixes the problem. Still no idea why launching newer...