<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Rough Guide to upgrading WordPress MU 2.9.x to WordPress 3.0 Multi-Site</title>
	<atom:link href="http://xentek.net/articles/703/rough-guide-to-upgrading-wordpress-mu-2-9-x-to-wordpress-3-0-multi-site/feed/" rel="self" type="application/rss+xml" />
	<link>http://xentek.net/articles/703/rough-guide-to-upgrading-wordpress-mu-2-9-x-to-wordpress-3-0-multi-site/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rough-guide-to-upgrading-wordpress-mu-2-9-x-to-wordpress-3-0-multi-site</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2012 14:02:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19827</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Neoh59</title>
		<link>http://xentek.net/articles/703/rough-guide-to-upgrading-wordpress-mu-2-9-x-to-wordpress-3-0-multi-site/#comment-1690</link>
		<dc:creator>Neoh59</dc:creator>
		<pubDate>Fri, 19 Aug 2011 12:11:04 +0000</pubDate>
		<guid isPermaLink="false">http://xentek.net/?p=703#comment-1690</guid>
		<description>Hi,

Thanks for this your article, it helps me a lot.
I found an option named &quot;wp_1_user_roles&quot; in wp_1_options table. Do I need to chane this option name ?

Regards,
Neoh

PS:
If it can help someone else, here is my SQL queries :

Step 6+7+8, if you are allowed to read information_schema, run this query to get all &quot;RENAME&quot; SQL command :

select concat(&#039;RENAME TABLE `&#039;, table_name, &#039;` TO `&#039;, &#039;wp_&#039;, SUBSTRING(table_name, LENGTH(&#039;wp_1_&#039;)+1), &#039;`;&#039;)
from information_schema.tables
where table_schema = &#039;wordpressmig&#039;
and table_name like &#039;wp_1_%&#039;;


Step 9+10, run this query to update keys

UPDATE `wp_usermeta`
SET `meta_key` = concat(&#039;wp_&#039;, SUBSTRING(`meta_key`, LENGTH(&#039;wp_1_&#039;)+1))
WHERE `meta_key` LIKE &#039;wp_1_%&#039; ;</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for this your article, it helps me a lot.<br />
I found an option named &#8220;wp_1_user_roles&#8221; in wp_1_options table. Do I need to chane this option name ?</p>
<p>Regards,<br />
Neoh</p>
<p>PS:<br />
If it can help someone else, here is my SQL queries :</p>
<p>Step 6+7+8, if you are allowed to read information_schema, run this query to get all &#8220;RENAME&#8221; SQL command :</p>
<p>select concat(&#8216;RENAME TABLE `&#8217;, table_name, &#8216;` TO `&#8217;, &#8216;wp_&#8217;, SUBSTRING(table_name, LENGTH(&#8216;wp_1_&#8217;)+1), &#8216;`;&#8217;)<br />
from information_schema.tables<br />
where table_schema = &#8216;wordpressmig&#8217;and table_name like &#8216;wp_1_%&#8217;;</p>
<p>Step 9+10, run this query to update keys</p>
<p>UPDATE `wp_usermeta`<br />
SET `meta_key` = concat(&#8216;wp_&#8217;, SUBSTRING(`meta_key`, LENGTH(&#8216;wp_1_&#8217;)+1))<br />
WHERE `meta_key` LIKE &#8216;wp_1_%&#8217;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mettre à jour un site WordPres 2.9.x MU en version 3.0 &#124; Les Wordpressiens - Spécialistes wordpress - by CNSX</title>
		<link>http://xentek.net/articles/703/rough-guide-to-upgrading-wordpress-mu-2-9-x-to-wordpress-3-0-multi-site/#comment-1689</link>
		<dc:creator>Mettre à jour un site WordPres 2.9.x MU en version 3.0 &#124; Les Wordpressiens - Spécialistes wordpress - by CNSX</dc:creator>
		<pubDate>Fri, 25 Jun 2010 07:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://xentek.net/?p=703#comment-1689</guid>
		<description>[...] la lettre, mais c&#8217;est assez sensible, une étape ratée ou de trop et on est tenté de faire ce genre de hack avec un succès tout relatif&#8230; Plus que jamais, faites un backup préalable à votre migration [...] </description>
		<content:encoded><![CDATA[<p>[...] la lettre, mais c&#8217;est assez sensible, une étape ratée ou de trop et on est tenté de faire ce genre de hack avec un succès tout relatif&#8230; Plus que jamais, faites un backup préalable à votre migration [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Marden</title>
		<link>http://xentek.net/articles/703/rough-guide-to-upgrading-wordpress-mu-2-9-x-to-wordpress-3-0-multi-site/#comment-1688</link>
		<dc:creator>Eric Marden</dc:creator>
		<pubDate>Mon, 17 May 2010 20:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://xentek.net/?p=703#comment-1688</guid>
		<description>Thanks Andrea. I appreciate the time you&#039;ve already put into WP-MU/WP 3.0, and look forward to the release.</description>
		<content:encoded><![CDATA[<p>Thanks Andrea. I appreciate the time you&#8217;ve already put into WP-MU/WP 3.0, and look forward to the release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Marden</title>
		<link>http://xentek.net/articles/703/rough-guide-to-upgrading-wordpress-mu-2-9-x-to-wordpress-3-0-multi-site/#comment-1687</link>
		<dc:creator>Eric Marden</dc:creator>
		<pubDate>Mon, 17 May 2010 20:55:18 +0000</pubDate>
		<guid isPermaLink="false">http://xentek.net/?p=703#comment-1687</guid>
		<description>Yeah, I had added that constant to my wp-config.php in preparation for visiting the recently upgraded files, thinking it was required to enable the network feature (like it is on Fresh Installs) and this rough guide is the result of that thinking.

A wise man once said: &quot;Assumptions are the root of all software defects&quot;, and in this case created quite a bit more work for me than is necessary.

I&#039;ve got another MU site that&#039;s about to ship. I&#039;ll try the upgrade again with the proper instructions and see if I can&#039;t get it done in 1/30th of the time it took me the first time. :)

Thanks for chiming in on the thread, Ron!</description>
		<content:encoded><![CDATA[<p>Yeah, I had added that constant to my wp-config.php in preparation for visiting the recently upgraded files, thinking it was required to enable the network feature (like it is on Fresh Installs) and this rough guide is the result of that thinking.</p>
<p>A wise man once said: &#8220;Assumptions are the root of all software defects&#8221;, and in this case created quite a bit more work for me than is necessary.</p>
<p>I&#8217;ve got another MU site that&#8217;s about to ship. I&#8217;ll try the upgrade again with the proper instructions and see if I can&#8217;t get it done in 1/30th of the time it took me the first time. <img src='http://xentek.net/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks for chiming in on the thread, Ron!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron</title>
		<link>http://xentek.net/articles/703/rough-guide-to-upgrading-wordpress-mu-2-9-x-to-wordpress-3-0-multi-site/#comment-1686</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Sun, 16 May 2010 17:25:38 +0000</pubDate>
		<guid isPermaLink="false">http://xentek.net/?p=703#comment-1686</guid>
		<description>Eric, sorry you went around the block to get to next door :/ 

The MULTISITE constant is only for switching from WP to a WP Network. It&#039;s not for upgrading MU installs. You didn&#039;t mention the MULTISITE constant but your upgrade process only works if you had added that to your wp-config.

If you don&#039;t add the MULTISITE constant in your wp-config.php, then you can just replace the MU files with the WP 3.0 files &amp; make the htaccess edit that Pete described in his post.</description>
		<content:encoded><![CDATA[<p>Eric, sorry you went around the block to get to next door :/ </p>
<p>The MULTISITE constant is only for switching from WP to a WP Network. It&#8217;s not for upgrading MU installs. You didn&#8217;t mention the MULTISITE constant but your upgrade process only works if you had added that to your wp-config.</p>
<p>If you don&#8217;t add the MULTISITE constant in your wp-config.php, then you can just replace the MU files with the WP 3.0 files &amp; make the htaccess edit that Pete described in his post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrea_R</title>
		<link>http://xentek.net/articles/703/rough-guide-to-upgrading-wordpress-mu-2-9-x-to-wordpress-3-0-multi-site/#comment-1685</link>
		<dc:creator>Andrea_R</dc:creator>
		<pubDate>Sun, 16 May 2010 17:01:17 +0000</pubDate>
		<guid isPermaLink="false">http://xentek.net/?p=703#comment-1685</guid>
		<description>I&#039;ll be going over everything you need to cover on upgrades when we get an official release out. (and I can retest it again and again &amp; try and break it).

:)</description>
		<content:encoded><![CDATA[<p>I&#8217;ll be going over everything you need to cover on upgrades when we get an official release out. (and I can retest it again and again &amp; try and break it).<br />
 <img src='http://xentek.net/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Marden</title>
		<link>http://xentek.net/articles/703/rough-guide-to-upgrading-wordpress-mu-2-9-x-to-wordpress-3-0-multi-site/#comment-1684</link>
		<dc:creator>Eric Marden</dc:creator>
		<pubDate>Sat, 15 May 2010 00:37:41 +0000</pubDate>
		<guid isPermaLink="false">http://xentek.net/?p=703#comment-1684</guid>
		<description>Michael,

You may be on to something...</description>
		<content:encoded><![CDATA[<p>Michael,</p>
<p>You may be on to something&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Bishop</title>
		<link>http://xentek.net/articles/703/rough-guide-to-upgrading-wordpress-mu-2-9-x-to-wordpress-3-0-multi-site/#comment-1683</link>
		<dc:creator>Michael Bishop</dc:creator>
		<pubDate>Fri, 14 May 2010 16:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://xentek.net/?p=703#comment-1683</guid>
		<description>Looking at the actual install process, I&#039;m wondering if you just needed to add &lt;code&gt;define( &#039;SITE_ID_CURRENT_SITE&#039;, 1 );
define( &#039;BLOG_ID_CURRENT_SITE&#039;, 1 );&lt;/code&gt; to the wp-config file rather than have to do the changes to the base database tables and prefixes.

I haven&#039;t actually done an upgrade yet, and just installed 3.0 and enabled the multisite so at this point, it&#039;s purely conjecture.</description>
		<content:encoded><![CDATA[<p>Looking at the actual install process, I&#8217;m wondering if you just needed to add <code>define( 'SITE_ID_CURRENT_SITE', 1 );<br />
define( 'BLOG_ID_CURRENT_SITE', 1 );</code> to the wp-config file rather than have to do the changes to the base database tables and prefixes.</p>
<p>I haven&#8217;t actually done an upgrade yet, and just installed 3.0 and enabled the multisite so at this point, it&#8217;s purely conjecture.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Marden</title>
		<link>http://xentek.net/articles/703/rough-guide-to-upgrading-wordpress-mu-2-9-x-to-wordpress-3-0-multi-site/#comment-1682</link>
		<dc:creator>Eric Marden</dc:creator>
		<pubDate>Wed, 12 May 2010 18:03:39 +0000</pubDate>
		<guid isPermaLink="false">http://xentek.net/?p=703#comment-1682</guid>
		<description>You make it look so easy! I didn&#039;t have any where near that smooth of an experience, and that&#039;s what prompted this guide.</description>
		<content:encoded><![CDATA[<p>You make it look so easy! I didn&#8217;t have any where near that smooth of an experience, and that&#8217;s what prompted this guide.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete Mall</title>
		<link>http://xentek.net/articles/703/rough-guide-to-upgrading-wordpress-mu-2-9-x-to-wordpress-3-0-multi-site/#comment-1681</link>
		<dc:creator>Pete Mall</dc:creator>
		<pubDate>Wed, 12 May 2010 07:42:45 +0000</pubDate>
		<guid isPermaLink="false">http://xentek.net/?p=703#comment-1681</guid>
		<description>I just posted a guide to upgrade from WordPress MU 2.9.2 to WordPress 3.0 beta2 with multi-site. You can find it at http://developersmind.com/2010/05/12/upgrading-wordpress-mu-2-9-2-to-wordpress-3-0-with-multisite/</description>
		<content:encoded><![CDATA[<p>I just posted a guide to upgrade from WordPress MU 2.9.2 to WordPress 3.0 beta2 with multi-site. You can find it at <a href="http://developersmind.com/2010/05/12/upgrading-wordpress-mu-2-9-2-to-wordpress-3-0-with-multisite/" rel="nofollow">http://developersmind.com/2010/05/12/upgrading-wordpress-mu-2-9-2-to-wordpress-3-0-with-multisite/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

