[13 to 14] error migration #3606
|
In a new installation I have created a new DB with only the contacts module. When launching the openupgrade I have the following error.
Details |
Replies: 7 comments 6 replies
|
The DB is not the previous version one. |
|
Look at |
|
The module is not correctly put in your addons path, so that's the beginning of everything. While this is not fixed, no migration could be done. |
|
addons-path=/opt/odoo/odoo/odoo/addons... |
|
please check this line... For me it looks like there is no user, domain and port specisified.... should look something like this... 2022-11-03 07:59:07,122 41543 INFO ? odoo: database: odoo@localhost:5432 I am not an expert with openupgrade... Just getting into it for a while now. But these parameters needs to be valid of course... |
could you tell me how to migrate odoo 14.0 to odoo 15.0 in docker ? thanks a lot~ |
could you tell me how to migrate odoo 14.0 to odoo 15.0 in docker ? thanks a lot~ |
The module is not correctly put in your addons path, so that's the beginning of everything. While this is not fixed, no migration could be done.