Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
9946 Vizualizări

I have got an error:"Couldn't find pg_dump" when I want to backup my database on openerp!!!

Imagine profil
Abandonează
Cel mai bun răspuns

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
Imagine profil
Abandonează
Autor

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'