<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>dbugs.org &#187; wordpress</title>
	<atom:link href="http://blog.dbugs.org/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dbugs.org</link>
	<description>where knowledge meets creation</description>
	<lastBuildDate>Tue, 03 Nov 2009 04:14:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>quick recipe</title>
		<link>http://blog.dbugs.org/2009/01/05/quick-wordpress-upgrade-recipie/</link>
		<comments>http://blog.dbugs.org/2009/01/05/quick-wordpress-upgrade-recipie/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 00:49:04 +0000</pubDate>
		<dc:creator>Marco Garcês</dc:creator>
				<category><![CDATA[Blogs]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://blog.dbugs.org/?p=151</guid>
		<description><![CDATA[Such a long time since my last post&#8230; so here is a quick recipe for WordPress upgrade: Login to your shell mv blog blog_old mkdir blog_new &#38;&#38; cd blog_new &#38;&#38; svn co http://svn.automattic.com/wordpress/tags/2.7 . cd ~/blog_old/ cp -p wp-config.php .htaccess ../blog_new &#38;&#38; cp -rpf wp-content/* ../blognew/wp-content cd ~/blog_new/ &#38;&#38; svn sw http://svn.automattic.com/wordpress/tags/2.7/ . mv blog_new [...]]]></description>
			<content:encoded><![CDATA[<p>Such a long time since my last post&#8230; so here is a quick recipe for WordPress upgrade:</p>
<p style="text-align: center;">
<p><span id="more-151"></span></p>
<ol>
<li>Login to your shell</li>
<li><em><code>mv blog blog_old</code></em></li>
<li><em><code>mkdir blog_new &amp;&amp; cd blog_new</code></em><code><em> &amp;&amp; svn co http://svn.automattic.com/wordpress/tags/2.7 .</em></code><em></em></li>
<li><em><code>cd ~/blog_old/</code></em></li>
<li><em><code>cp -p wp-config.php .htaccess ../blog_new &amp;&amp; cp -rpf wp-content/* ../blognew/wp-content</code></em></li>
<li><em><code>cd ~/blog_new/ &amp;&amp; svn sw http://svn.automattic.com/wordpress/tags/2.7/ . </code></em></li>
<li><em><code>mv blog_new blog</code><br />
</em></li>
<li>go to http://&lt;you_url&gt;/wp-admin/upgrade.php and perform the update process</li>
</ol>
<p>And thats it! Put it in the hoven for 10 minutes and leave to rest! After that go enjoy your new and upgraded blog! Oh, by the way, each time a new version comes out, just go inside your blog dir and do a:</p>
<ul>
<li><em><code>svn sw http://svn.automattic.com/wordpress/tags/2.7/ . </code></em></li>
</ul>
<p>Pretty sweet! =)</p>
<p><strong>UPDATE:</strong> in fact you can forget step 2, and just move your old directory in the end, when about to go live. Perform the all the steps in the recipe, than at the end, just change blog to blog_old (or some other name you might have) and change blog_new to blog. This way you now point to you new <a title="svn - version control system" href="http://subversion.tigris.org/" target="_self">SVN</a> install, and you old stuff is safeguarded. Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dbugs.org/2009/01/05/quick-wordpress-upgrade-recipie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.447 seconds -->
