首页 > 技术文章 > Command pg_dump not found

misstaste 2019-06-11 12:48 原文

https://www.odoo.com/zh_CN/forum/help-1/question/command-pg-dump-not-found-87849

 

Axel Mendoza 
 2015/7/10 下午2:22

This always happens due to Odoo can't find where are postgresql_client installed(if it's True that is installed, perhaps you have no instalation of this packages or Odoo have no user rights to access it).

You could config the exact location of your pg_path where the postgresql_client tools are located. This could be done in your config file used to launch Odoo adding

pg_path = /path/to/postgresql/bin 

推荐阅读