The upgrade process has been breaking for me. I have repaired the tables in question and tried many alternate processes.
I am getting this error:
ALTER TABLE `exp_category_posts` ADD PRIMARY KEY `entry_id_cat_id` (`entry_id`, `cat_id`)I got a similar error on the ping table but deleted the contents to get around it.
ALTER TABLE `expeng_entry_ping_status` ADD PRIMARY KEY `entry_id_ping_id` (`entry_id`, `ping_id`)I didn’t want to loose my categories, what should I do to get this thing working?