Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing pg_dump tool #54

Closed
david-guenault opened this issue Apr 6, 2016 · 5 comments
Closed

missing pg_dump tool #54

david-guenault opened this issue Apr 6, 2016 · 5 comments

Comments

@david-guenault
Copy link

when using the database frontend to backup odoo, the application say that pg_dump is missing. Where is configured the pg_dump path in odoo ?

@jaredkipe
Copy link

I have reproduced this error, but only when running postgres:9.5 as the backend store. (same odoo container hooked up to 9.4 does not give the error.)

@david-guenault Can you confirm that you're running postgres:9.5 ?

@jaredkipe
Copy link

And now I've seen #49

@jaredkipe
Copy link

Check out https://hub.docker.com/r/hibou/odoo/ PG9.5 support as well as other things like workers>0.

@elicoidal
Copy link

this might help: odoo/odoo#12275 (comment)

odony added a commit to odoo/docker-docs that referenced this issue Jun 7, 2016
The odoo docker image is based on debian:jessie, which only has
postgresql-client-9.4, while the official postgres docker
is 9.5. This causes a version mismatch and errors when using the
postgres command-line tools, such as `pg_dump`.

Fixes odoo/odoo#12275
Fixes odoo/docker#49
Fixes odoo/docker#54
Fixes odoo/docker#59
@odony
Copy link
Contributor

odony commented Jun 7, 2016

See #49, this seems to be a duplicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants