<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Help me move four very large Wordpress sites.</title>
	<link>http://ask.metafilter.com/124600/Help-me-move-four-very-large-Wordpress-sites/</link>
	<description>Comments on Ask MetaFilter post Help me move four very large Wordpress sites.</description>
	<pubDate>Fri, 12 Jun 2009 07:36:14 -0800</pubDate>
	<lastBuildDate>Fri, 12 Jun 2009 07:36:14 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Help me move four very large Wordpress sites.</title>
		<link>http://ask.metafilter.com/124600/Help-me-move-four-very-large-Wordpress-sites</link>	
		<description>I need to move four large Wordpress sites from one host to another, and I&apos;m scared at all the many ways it could go wrong. &lt;br /&gt;&lt;br /&gt; We currently have four websites hosted in our building. All are running Wordpress.&lt;br&gt;
&lt;br&gt;
The company has made the decision to switch to an off-site hosting company, an account has been setup, etc., and I&apos;m tasked with moving the sites to the new host.&lt;br&gt;
&lt;br&gt;
Here&apos;s the rub: The people that originally set up our in-house box put all four sites in the same MySQL database, with different table prefixes. Rub #2: These are extremely large sites, several of which have upwards of 50,000 posts.&lt;br&gt;
&lt;br&gt;
So, how do I go about moving/implementing this beast? Setting up WP and moving the themes and all that isn&apos;t a problem. But how do I best move the data? Do I use a backup/restore plugin, or will that not work given the fact that they&apos;re all four in the same DB? Is there a better, safer way of moving MySQL data from one place to another?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2009:site.124600</guid>
		<pubDate>Fri, 12 Jun 2009 07:33:39 -0800</pubDate>
		<dc:creator>jbickers</dc:creator>
		
			<category>wordpress</category>
		
			<category>mysql</category>
		
			<category>hosting</category>
		
	</item> <item>
		<title>By: nitsuj</title>
		<link>http://ask.metafilter.com/124600/Help-me-move-four-very-large-Wordpress-sites#1780513</link>	
		<description>Just do a mysql dump and reload onto the new server.  You might have to use the command line (rather than phpMyAdmin) due to the dump&apos;s file size, but it shouldn&apos;t have a problem.  Reload everything onto the new server and test before flipping the DNS switch and turning the old sites off.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.124600-1780513</guid>
		<pubDate>Fri, 12 Jun 2009 07:36:14 -0800</pubDate>
		<dc:creator>nitsuj</dc:creator>
	</item><item>
		<title>By: Gravitus</title>
		<link>http://ask.metafilter.com/124600/Help-me-move-four-very-large-Wordpress-sites#1780634</link>	
		<description>Maybe those with more experience can either agree or correct me here, but shouldn&apos;t you attempt to get those individual websites into separate databases. That seems like a headache waiting to happen.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.124600-1780634</guid>
		<pubDate>Fri, 12 Jun 2009 09:31:23 -0800</pubDate>
		<dc:creator>Gravitus</dc:creator>
	</item><item>
		<title>By: XiBe</title>
		<link>http://ask.metafilter.com/124600/Help-me-move-four-very-large-Wordpress-sites#1780641</link>	
		<description>Read The Fine &lt;a href=&quot;http://codex.wordpress.org/Moving_WordPress#Moving_WordPress_to_a_New_Server&quot;&gt;Codex&lt;/a&gt; :)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.124600-1780641</guid>
		<pubDate>Fri, 12 Jun 2009 09:40:31 -0800</pubDate>
		<dc:creator>XiBe</dc:creator>
	</item><item>
		<title>By: txvtchick</title>
		<link>http://ask.metafilter.com/124600/Help-me-move-four-very-large-Wordpress-sites#1780642</link>	
		<description>I agree with nitsuj.  You&apos;ll want to do a backup (export) of the database, then import it to the new mySQL instance.  It sounds like you&apos;d like to split out the databases, but if you do decide to tackle that, treat it as a separate project for after you get everything up and running.&lt;br&gt;
&lt;br&gt;
You&apos;ve probably already seen this, but just in case:  &lt;a href=&quot;http://codex.wordpress.org/Moving_WordPress&quot;&gt;Moving Wordpress&lt;/a&gt;, from the codex.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.124600-1780642</guid>
		<pubDate>Fri, 12 Jun 2009 09:40:34 -0800</pubDate>
		<dc:creator>txvtchick</dc:creator>
	</item><item>
		<title>By: cvp</title>
		<link>http://ask.metafilter.com/124600/Help-me-move-four-very-large-Wordpress-sites#1780644</link>	
		<description>I&apos;m in a somewhat similar position right now &#8211; I&apos;m trying to take a few WordPress sites from multiple hosts with upwards of 30k posts and merge them into a single installation.&lt;br&gt;
&lt;br&gt;
One option you might try would be to use the built-in WordPress Export and Import functions.  That will preserve all of your important data (category structure, tags, metadata, comments, etc.) and allow it to be separated from the database.&lt;br&gt;
&lt;br&gt;
Then you could reinstall the four WordPress sites on the new host (separately), reinstall themes and plugins, and then import the posts from the Import function.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.124600-1780644</guid>
		<pubDate>Fri, 12 Jun 2009 09:42:41 -0800</pubDate>
		<dc:creator>cvp</dc:creator>
	</item><item>
		<title>By: Vaike</title>
		<link>http://ask.metafilter.com/124600/Help-me-move-four-very-large-Wordpress-sites#1780672</link>	
		<description>Also, a bit off topic, but be sure that you are upgraded with the most current versions. I just did a move and lost everything (for a while) because I had such an old version and tried to move it to a different server and update it to the current version at the same time.&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
(It was about a week long disaster. My host saved me there)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.124600-1780672</guid>
		<pubDate>Fri, 12 Jun 2009 10:09:49 -0800</pubDate>
		<dc:creator>Vaike</dc:creator>
	</item><item>
		<title>By: Solomon</title>
		<link>http://ask.metafilter.com/124600/Help-me-move-four-very-large-Wordpress-sites#1780738</link>	
		<description>I had the same problem just recently, but it was my own blog. Silly, I know, but I put all 4 blogs into the same database, with different prefixes. It took me about 2 minutes to sort using PHPMyAdmin (PHPMA).&lt;br&gt;
&lt;br&gt;
Here is what I would do in your situation:&lt;br&gt;
&lt;br&gt;
1] Use &lt;a href=&quot;http://wordpress.org/extend/plugins/wp-db-backup/&quot;&gt;wp-db-backup&lt;/a&gt; to make a backup of your database. You can use it to make one big backup, or to make individual ones of each table prefix. Just do individual ones for each blog.&lt;br&gt;
&lt;br&gt;
2] Log into PHPMA on the new server, and create a user for the first blog. Privileges &amp;gt; Add a new user &amp;gt; fill in the details. I created a database user name of &lt;em&gt;foo&lt;/em&gt; with the table prefix &lt;em&gt;bar_&lt;/em&gt;. Click on &quot;Create database with same name and grant all privileges&quot;. Then click go.&lt;br&gt;
&lt;br&gt;
3] Log in to that user, and upload the .sql file that wp-db-backup created. If it&apos;s over 10 megabytes, you&apos;ll have to use the command line. I have no idea about that.&lt;br&gt;
&lt;br&gt;
4] On the new server, ensure you&apos;ve entered the correct username details in wp-config.&lt;br&gt;
&lt;br&gt;
It&apos;s pretty simple. I panicked the fisrt time I went into PHPMA, but as long as you don&apos;t click the big red &lt;strong&gt;drop &lt;/strong&gt;button you&apos;ll probably be OK. Feel free to mefimail if I can help. :)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.124600-1780738</guid>
		<pubDate>Fri, 12 Jun 2009 10:54:35 -0800</pubDate>
		<dc:creator>Solomon</dc:creator>
	</item><item>
		<title>By: titanium_geek</title>
		<link>http://ask.metafilter.com/124600/Help-me-move-four-very-large-Wordpress-sites#1781415</link>	
		<description>It could actually be a good thing you&apos;ve got it all in the same DataBase with different prefixes for the tables... some off-site hosts only want to give you one DataBase. &lt;br&gt;
&lt;br&gt;
do what people above (Solomon etc) have suggested about the above: dump, move, &quot;undump&quot; (put old database in new location.)  &lt;br&gt;
&lt;br&gt;
Are these sites large not only in posts but in traffic? &lt;br&gt;
Would it be ok to disable  the sites for commenting so people don&apos;t lose comments in the transfer? (Ie, &quot;shut down&quot; for the move?)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.124600-1781415</guid>
		<pubDate>Sat, 13 Jun 2009 02:52:20 -0800</pubDate>
		<dc:creator>titanium_geek</dc:creator>
	</item>
	</channel>
</rss>
