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
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
5
Replies
7836
Tampilan
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
2
Des 24
|
944 | ||
|
2
Mar 15
|
10265 | ||
|
2
Mar 15
|
5527 | ||
Odoo11: How to execute pg_dump WITH Filestore option
Diselesaikan
|
|
1
Feb 19
|
14860 | |
|
2
Des 17
|
5117 |
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.