when I backup database in odooV14 I get this error (Database backup error: Command `pg_dump` not found.) how to solve that???
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
5
Odpowiedzi
8195
Widoki
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
2
gru 24
|
1244 | ||
|
2
mar 15
|
10478 | ||
|
2
mar 15
|
5774 | ||
|
1
lut 19
|
15218 | ||
|
2
gru 17
|
5281 |
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.