You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Description:
I encountered an error while migrating a database from Odoo 12 to Odoo 13. The migration process fails with the following error:
odoo.tools.convert.ParseError: "null value in column "name" of relation "ir_act_server" violates not-null constraint
Steps to Reproduce:
Use OpenUpgrade to migrate an Odoo 12 database to Odoo 13.
During the migration, the process fails with the error mentioned above.
Expected Behavior:
The database should be migrated successfully without any violations of not-null constraints.
Actual Behavior:
The migration process is interrupted due to the null value in the name column of the ir_act_server table.
Additional Information:
The table ir_act_server does not have any record with null value on column name before the start of the migration process.
The database being migrated was in production in Odoo 12 and contains various custom and standard modules.
I have attempted to trace the issue but have not found any specific cause or workaround.
Installed Modules:
Any guidance on how to resolve this issue or if this is a known problem would be greatly appreciated.
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions