Upgrade 18.3 to 1.8.7

Hi, i try to upgrade my cms from 1.8.3 to 1.8.7 when i use existing DB i have this message

An error occurred populating the database. Statement number: 25. Error Message = [SQLSTATE[42S01]: Base table or view already exists: 1050 Table ‘lktagdisplaygroup’ already exists]. File = [structure.sql]. SQL = [create table lktagdisplaygroup ( lkTagDisplayGroupId int auto_increment primary key, tagId int not null, displayGroupId int not null, constraint tagId unique (tagId, displayGroupId) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1].

any Idea?
thanks!

It thinks it is a new installation if it is running structure.sql

You shouldn’t be shown the installer for an existing installation - instead you should be taken to the upgrader page. Have you removed your web/settings.php file when you copied in the new files?

Hello, I followed the procedure of update and that to well fontionner. Thank you!

1 Like