<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"	>
<channel>
	<title>Comments on: Upgraded to WordPress 2.5-RC1 (Updated)</title>
	<atom:link href="http://www.csamuel.org/2008/03/20/upgraded-to-wordpress-25-rc1/feed" rel="self" type="application/rss+xml" />
	<link>http://www.csamuel.org/2008/03/20/upgraded-to-wordpress-25-rc1</link>
	<description>Computers, science, archaeology and other random burblings</description>
	<lastBuildDate>Tue, 20 Jul 2010 11:18:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Lori</title>
		<link>http://www.csamuel.org/2008/03/20/upgraded-to-wordpress-25-rc1/comment-page-1#comment-20424</link>
		<dc:creator>Lori</dc:creator>
		<pubDate>Tue, 15 Apr 2008 18:36:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.csamuel.org/?p=1114#comment-20424</guid>
		<description>Wow! You are very thorough! 

Since it was my own site and I had backups of all files and the database, I used the quick and dirty &#039;update and disable all plugins, upload new files, and cross my fingers&#039; method. It was smooth and painless. The easiest update I have had in a while. 2.3 was okay, but 2.1 and 2.2 not so much.

I think I will try your system for updating my client sites. Even with complete backups, your way completely avoids the possibility and stress of breaking a site and having to keep it  down during troubleshooting.</description>
		<content:encoded><![CDATA[<p>Wow! You are very thorough! </p>
<p>Since it was my own site and I had backups of all files and the database, I used the quick and dirty &#8216;update and disable all plugins, upload new files, and cross my fingers&#8217; method. It was smooth and painless. The easiest update I have had in a while. 2.3 was okay, but 2.1 and 2.2 not so much.</p>
<p>I think I will try your system for updating my client sites. Even with complete backups, your way completely avoids the possibility and stress of breaking a site and having to keep it  down during troubleshooting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lapland Holidays</title>
		<link>http://www.csamuel.org/2008/03/20/upgraded-to-wordpress-25-rc1/comment-page-1#comment-19273</link>
		<dc:creator>Lapland Holidays</dc:creator>
		<pubDate>Sun, 30 Mar 2008 15:02:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.csamuel.org/?p=1114#comment-19273</guid>
		<description>You have a great blog here. That backup emailing thing sounds handy. I&#039;m going to check that out. Good luck with your blog! Greetings from Lapland, Finland.</description>
		<content:encoded><![CDATA[<p>You have a great blog here. That backup emailing thing sounds handy. I&#8217;m going to check that out. Good luck with your blog! Greetings from Lapland, Finland.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Samuel</title>
		<link>http://www.csamuel.org/2008/03/20/upgraded-to-wordpress-25-rc1/comment-page-1#comment-19014</link>
		<dc:creator>Chris Samuel</dc:creator>
		<pubDate>Sun, 23 Mar 2008 12:34:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.csamuel.org/?p=1114#comment-19014</guid>
		<description>Estetik, I always do a backup (plus the wp-backup plugin automatically emails me every night with a copy of the database - very handy).</description>
		<content:encoded><![CDATA[<p>Estetik, I always do a backup (plus the wp-backup plugin automatically emails me every night with a copy of the database &#8211; very handy).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: estetik</title>
		<link>http://www.csamuel.org/2008/03/20/upgraded-to-wordpress-25-rc1/comment-page-1#comment-18947</link>
		<dc:creator>estetik</dc:creator>
		<pubDate>Sat, 22 Mar 2008 06:36:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.csamuel.org/?p=1114#comment-18947</guid>
		<description>I think upgrading wordpress is a dangrerous move to be made with caution. The best important one is to make database backups.</description>
		<content:encoded><![CDATA[<p>I think upgrading wordpress is a dangrerous move to be made with caution. The best important one is to make database backups.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Samuel</title>
		<link>http://www.csamuel.org/2008/03/20/upgraded-to-wordpress-25-rc1/comment-page-1#comment-18909</link>
		<dc:creator>Chris Samuel</dc:creator>
		<pubDate>Fri, 21 Mar 2008 00:59:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.csamuel.org/?p=1114#comment-18909</guid>
		<description>Hi Lori,

I&#039;ve got a few plugins (about 23 active), but the way I did it was to run a test under a different virtual domain with a copy of both the database and the installation.  The rough steps were:

&lt;ul&gt;
	&lt;li&gt;Create a new test domain in DNS&lt;/li&gt;
	&lt;li&gt;Copy the database to a new one and set up appropriate grants on it.&lt;/li&gt;
	&lt;li&gt;Go to the options table in the database and change the two references to the old URL of the blog to the new one (otherwise you&#039;ll find yourself getting redirected to the production blog!)&lt;/li&gt;
	&lt;li&gt;Copy the installation to a new directory and configure Apache to point the new domain to it&lt;/li&gt;
	&lt;li&gt;Edit the wp-config.php to match the new database and the username and password for it&lt;/li&gt;
	&lt;li&gt;Go to the new domain and make sure it works!&lt;/li&gt;
&lt;/ul&gt;

&lt;b&gt;Caveat emptor: Batteries not included, if it breaks you get to keep both parts!&lt;/b&gt; :-)

From then on you should be able to play with your new testing domain (including upgrading) without worrying about breaking your production blog.   Good luck!</description>
		<content:encoded><![CDATA[<p>Hi Lori,</p>
<p>I&#8217;ve got a few plugins (about 23 active), but the way I did it was to run a test under a different virtual domain with a copy of both the database and the installation.  The rough steps were:</p>
<ul>
<li>Create a new test domain in DNS</li>
<li>Copy the database to a new one and set up appropriate grants on it.</li>
<li>Go to the options table in the database and change the two references to the old URL of the blog to the new one (otherwise you&#8217;ll find yourself getting redirected to the production blog!)</li>
<li>Copy the installation to a new directory and configure Apache to point the new domain to it</li>
<li>Edit the wp-config.php to match the new database and the username and password for it</li>
<li>Go to the new domain and make sure it works!</li>
</ul>
<p><b>Caveat emptor: Batteries not included, if it breaks you get to keep both parts!</b> <img src='http://www.csamuel.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>From then on you should be able to play with your new testing domain (including upgrading) without worrying about breaking your production blog.   Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lori</title>
		<link>http://www.csamuel.org/2008/03/20/upgraded-to-wordpress-25-rc1/comment-page-1#comment-18894</link>
		<dc:creator>Lori</dc:creator>
		<pubDate>Thu, 20 Mar 2008 17:38:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.csamuel.org/?p=1114#comment-18894</guid>
		<description>I have been trying to resist upgrading until the official release, but it is hard and your description of it being painless is not helping any ;)

Do you use a lot of plugins? I use a whole bunch of them and am more worried about those breaking than anything in the wp core. 

How do you like the new admin interface?</description>
		<content:encoded><![CDATA[<p>I have been trying to resist upgrading until the official release, but it is hard and your description of it being painless is not helping any <img src='http://www.csamuel.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Do you use a lot of plugins? I use a whole bunch of them and am more worried about those breaking than anything in the wp core. </p>
<p>How do you like the new admin interface?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Samuel</title>
		<link>http://www.csamuel.org/2008/03/20/upgraded-to-wordpress-25-rc1/comment-page-1#comment-18891</link>
		<dc:creator>Chris Samuel</dc:creator>
		<pubDate>Thu, 20 Mar 2008 13:38:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.csamuel.org/?p=1114#comment-18891</guid>
		<description>A quick test comment to make sure they still work! :-)</description>
		<content:encoded><![CDATA[<p>A quick test comment to make sure they still work! <img src='http://www.csamuel.org/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
