Feng Forum

Support => Installation problems => : kils June 16, 2014, 03:25:13 AM

: ugrading 2.5.1.2 to 2.6.1
: kils June 16, 2014, 03:25:13 AM
hi i try upgrade my FO and have next error:
:
Failed to execute DB schema transformations. MySQL said: Duplicate entry 'milestone_selector_filter' for key 'name'i open all files with 'milestone_selector_filter' and all looks ok.....

ohhh. second upgrading is ok, but page have only top and bottom toolbar and Chrome show me - "Cannot read property 'rememberGUIState' of undefined" (/public/assets/javascript/og/layout.js?rev=1:16)
: Re: ugrading 2.5.1.2 to 2.6.1
: kils June 16, 2014, 08:16:47 AM
if i upgrading clear database i have only one warning on update and have 2.6.1, but when i update my working DB (860Mb) i have page only with top line and footer.. and error from my last post

+ try to upload database on 2.6.1 installation base - again this error
: Re: ugrading 2.5.1.2 to 2.6.1
: Juhani June 21, 2014, 05:43:10 PM
I had to run first the following SQL commands in order to get the database schema upgrade to run without errors:

DELETE FROM fo_config_options WHERE fo_config_options.name = "milestone_selector_filter";
ALTER TABLE fo_application_logs DROP INDEX member;

They already exists in the database for some reason, but the upgrade script tries to add them.