Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
3399 Vistas

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
Descartar
Autor Mejor respuesta

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
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
0
oct 21
2450
1
jul 23
5324
1
may 25
4066
1
oct 22
4532
1
nov 23
23577