Skip to Content
मेन्यू
This question has been flagged
1 Reply
3849 Views

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/


Avatar
Discard
Author Best Answer

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/


Avatar
Discard
Related Posts Replies Views Activity
0
अक्तू॰ 21
2823
1
जुल॰ 23
5839
1
मई 25
4535
1
अक्तू॰ 22
5098
1
नव॰ 23
24345