Upgradation of 4.8.7 to 4.10.8 - SQL error

Hey guys,

I am upgrading from 4.8.7 to 4.10.8 but when I am importing 4.10.0.sql, I am getting the following error.

ERROR 1062 (23000) at line 76: Duplicate entry ‘baf6cb6cc46c90434297cfa28a2465df’ for key ‘PRIMARY’

Please help.

Regards,
Wasim

you have configuration params for flow theme in your dataabse, you will need to remove them.

DELETE FROM oxconfig WHERE OXMODULE = 'theme:flow';
DELETE FROM oxconfigdisplay WHERE OXCFGMODULE = 'theme:flow';

then import this sql file again