Database errors during WP upgrade
-
I have just upgraded my WP from 5.8.X to 5.9. In the error log there are sh*tload of errors. Apparently the WP upgrade script runs some DB commands like:
ALTER TABLE wp_usermeta ADD PRIMARY KEY (
umeta_id
)
ALTER TABLE wp_termmeta ADD PRIMARY KEY (meta_id
)
ALTER TABLE wp_termmeta ADD KEYmeta_key
ALTER TABLE wp_commentmeta ADD PRIMARY KEY (meta_id
)
ALTER TABLE wp_commentmeta ADD KEYcomment_id
ALTER TABLE wp_comments ADD PRIMARY KEY (comment_ID
)
ALTER TABLE wp_comments ADD KEYcomment_approved_date_gmt
and so on and so on. They all fail with the error message:
Duplicate key name.I thought this plugin was tested, but it seems basic things fail ??
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Database errors during WP upgrade’ is closed to new replies.