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 

相关文章:

  • 2021-07-22
  • 2021-07-22
  • 2021-12-23
  • 2021-09-30
  • 2021-06-23
  • 2021-04-29
  • 2021-09-06
猜你喜欢
  • 2021-09-12
  • 2021-08-19
  • 2021-09-05
  • 2021-07-17
  • 2021-11-17
相关资源
相似解决方案