Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
2013 Weergaven

I'm trying to migrate a database from Odoo 14 CE to 15 CE with the help of OpenUpgrade's documentation.

During the migration process:

./odoo-bin -c ../odoo.conf --upgrade-path=/home/ODOO15/odoo/addons/openupgrade_scripts/scripts --update all --stop-after-init --load=base,web,openupgrade_framework


I am encountering the following error:

UniqueViolation: duplicate key value violates unique constraint "ir_config_parameter_key_uniq"

DETAIL: Key (key)=(mail catchall alias)  already exists.

    mail catchall alias

    catchall


Avatar
Annuleer
Beste antwoord

Hi,


To resolve the issue, you need to run the following SQL query on your database:


DELETE FROM ir_config_parameter WHERE key='mail.catchall.alias'


After running this query, re-run the specific OpenUpgrade migration, and the issue should be resolved.


Hope it helps

Avatar
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
0
mei 23
2230
1
aug. 19
4516
1
mrt. 15
5572
1
apr. 25
2143
0
mrt. 25
1610