After a couple of succesful upgrades from 1.7.2 EE installs we want to upgrade our biggest database to EE 2.5. Database is 300 MB large, 40.000+ entries and was setup in 2004, I think when EE first came out.
We are on a test location and after the Database Too large error we ran the sh file. After that we are running into some other errors regarding indexes, primary keys etc etc.
For example
Can’t DROP ‘entry_id’; check that column/key exists
ALTER TABLE `exp_weblog_data` DROP KEY `entry_id`
After running that code in phpmyadmin i will get the message “#1091 - Can’t DROP ‘entry_id’; check that column/key exists”.
Another error
Error Number: 1068
Multiple primary key defined
ALTER TABLE `exp_weblog_data` ADD PRIMARY KEY `entry_id` (`entry_id`)
Anyone ideas how to smoothing things up in the database regarding primary keys, indexes?