Kevin

Results 3 comments of Kevin

I also have the same problem. The pg_dump version seems to have changed from `15.4 (Debian 15.4-1.pgdg110+1)` to `16.0 (Debian 16.0-1.pgdg110+1)`. which is why they are now incompatible with the...

> 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...

Thanks @E4eqRL0yw0yajQJ433QL and @kirillk0! And for those who need it (like me): here is a dockerfile to build a working odoo image (again). ``` FROM odoo:15 # execute as root...