Skip to Content
Menu
This question has been flagged
1 Odpoveď
3645 Zobrazenia

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
Zrušiť
Autor 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
Zrušiť
Related Posts Replies Zobrazenia Aktivita
0
okt 21
2657
1
júl 23
5601
1
máj 25
4315
1
okt 22
4875
1
nov 23
23994