hey wordpress folks,
i just upgraded from wordpressmu 2.6 to 2.7.1
after extracting 2.7.1 and copying and modifying all needed files.
the whole WP-mu setup was really slow !
in my apache error logs i found messages like
[Mon Jun 22 12:46:07 2009] [error] [client 89.57.145.9] WordPress database error Duplicate key name 'comment_approved' for query ALTER TABLE wp_617_comments ADD KEY comment_approved (comment_approved) made by wp_upgrade, make_db_current_silent, dbDelta
[Mon Jun 22 12:46:07 2009] [error] [client 89.57.145.9] WordPress database error Duplicate key name 'type_status_date' for query ALTER TABLE wp_617_posts ADD KEY type_status_date (post_type,post_status,post_date,ID) made by wp_upgrade, make_db_current_silent, dbDelta
[Mon Jun 22 12:46:07 2009] [error] [client 89.57.145.9] WordPress database error Duplicate key name 'domain' for query ALTER TABLE wp_blogs ADD KEY domain (domain(50),path(5)) made by wp_upgrade, make_db_current_silent, dbDelta
after waiting a while the site(s) appear.
calling site-wide upgrade (for all blogs from admin menu) takes a long time to... and results in
Warning! Problem upgrading http://.....net/. Your server may not be able to connect to blogs running on it.
Error message: Could not open handle for fopen() to http://.....net/wp-admin/upgrade.php?step=1
any ideas what going wrong ?