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:
- ลูกค้าสัมพันธ์
- e-Commerce
- ระบบบัญชี
- สินค้าคงคลัง
- PoS
- Project
- MRP
คำถามนี้ถูกตั้งค่าสถานะ
5
ตอบกลับ
8292
มุมมอง
สนุกกับการพูดคุยนี้ใช่ไหม? เข้าร่วมเลย!
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อRelated Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
---|---|---|---|---|
|
2
ธ.ค. 24
|
1280 | ||
|
2
มี.ค. 15
|
10507 | ||
|
2
มี.ค. 15
|
5814 | ||
|
1
ก.พ. 19
|
15322 | ||
|
2
ธ.ค. 17
|
5329 |
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.