跳至內容
選單
此問題已被標幟
1 回覆
3656 瀏覽次數

I moved my database from postgresql10 to 14, and after that de database backup gives error.

Database backup error: Postgres subprocess ('/usr/lib/postgresql/10/bin/pg_dump', '--no-owner', '--file=/tmp/tmpkd5v17ya/dump.sql', 'sunlake') error 1


The solution is: Change the postgresql  bin path in odoo config file to new version:

OLD:  pg_path = /usr/lib/postgresql/10/bin/
NEW: pg_path = /usr/lib/postgresql/14/bin/


頭像
捨棄
作者 最佳答案

The solution is: Change the postgresql  bin path in odoo config file to new version:

OLD:  pg_path = /usr/lib/postgresql/10/bin/
NEW: pg_path = /usr/lib/postgresql/14/bin/


頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
0
10月 21
2672
1
7月 23
5615
1
5月 25
4322
1
10月 22
4896
1
11月 23
24023