Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
5334 Lượt xem

Hi, I am trying to restore a database from Odoo 14 CE to Odoo 14 CE, but I get the error: Database restore error: No module named 'openupgradelib' As long as I don't drop the database from terminal, the site can't be accessed anymore ("Service Unavailable
The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.").

I tried installing openupgradelib with pip but nothing changed.

Do you have any suggestions?

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hi,

Did you tried run the following command

pip3 install git+https://github.com/OCA/openupgradelib.git@master#egg=openupgradelib

For more reference.

https://www.cybrosys.com/blog/how-to-upgrade-the-odoo-15-database-using-openupgrade

Regards

Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

Thank you, the suggestion worked!

Ảnh đại diện
Huỷ bỏ