I have got an error:"Couldn't find pg_dump" when I want to backup my database on openerp!!!
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
1
Reply
9525
Views
Find your "openerp-server.conf" file and make sure your 'pg_path' configuration is set to the path of your PostgreSQL binaries. For example:
pg_path = C:\Program Files (x86)\OpenERP 6.1-1\PostgreSQL\bin
in my file openerp-server.conf, I just found these instructions: [options] db_host=localhost db_user=openpg db_password=openpgpwd db_port=5432
Add one line pg_path = 'xxxxxxx'
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up