when I backup database in odooV14 I get this error (Database backup error: Command `pg_dump` not found.) how to solve that???
Cette question a été signalée
5
Réponses
10179
Vues
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !
Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !
S'inscrire| Publications associées | Réponses | Vues | Activité | |
|---|---|---|---|---|
|
|
2
déc. 24
|
2489 | ||
|
|
2
mars 15
|
11651 | ||
|
|
2
mars 15
|
7183 | ||
|
|
1
févr. 19
|
17489 | ||
|
|
2
déc. 17
|
6514 |
Please ensure you have Postgres properly installed and setup.
Yes I have when using odoo13 it can backup, but when using odoo14 the error comes up.
Hi Abdel,
Please ensure you have pg_dump version 10.0 or later as Odoo 14 works with Postgresql 10.0 or later versions.
If you are in windows, then make sure your psql path is added in environment path.
Thank you Hilar Andikkadavath it's work.