<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Programming Ideas, Logics, Tips and Tricks &#187; upgrade</title>
	<atom:link href="http://www.sajithmr.me/tag/upgrade/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sajithmr.me</link>
	<description></description>
	<lastBuildDate>Sat, 07 Apr 2012 16:30:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>3 Simple way to upgrade your wordpress</title>
		<link>http://www.sajithmr.me/3-simple-way-to-upgrade-your-wordpress</link>
		<comments>http://www.sajithmr.me/3-simple-way-to-upgrade-your-wordpress#comments</comments>
		<pubDate>Thu, 10 Apr 2008 10:12:08 +0000</pubDate>
		<dc:creator>Mr Me</dc:creator>
				<category><![CDATA[general]]></category>
		<category><![CDATA[webworld]]></category>
		<category><![CDATA[administrators]]></category>
		<category><![CDATA[programmers]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.sajithmr.com/3-simple-way-to-upgrade-your-wordpress/</guid>
		<description><![CDATA[1) Non- Programmers For non programmers or non administrators easy way to upgrade wordpress is using auto-upgrading plugin. Download this plugin from: http://wordpress.org/extend/plugins/wordpress-automatic-upgrade/ Unzip the files into your wp-content/plugin directory and activate the plugin. Go to manage menu and run automatic upgrade. It will do the rest !!! 2) Normal Programmers / Administrators Login into [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.sajithmr.com/wp-content/uploads/2008/04/201810960_9932c9cb2f.jpg" alt="Wordpress Upgrade" /></p>
<p><u>1) Non- Programmers </u></p>
<p>For non programmers or non administrators easy way to upgrade wordpress is using auto-upgrading plugin.</p>
<p>Download this plugin from: <a href="http://wordpress.org/extend/plugins/wordpress-automatic-upgrade/" target="_blank">http://wordpress.org/extend/plugins/wordpress-automatic-upgrade/ </a></p>
<p>Unzip the files into your wp-content/plugin directory and activate the plugin. Go to manage menu and run automatic upgrade. It will do the rest !!!</p>
<p><u>2) Normal Programmers / Administrators</u></p>
<p>Login into your server via putty or ssh and go to your root/www  directory.  (I am explaining the linux server here)</p>
<p>type:</p><pre class="crayon-plain-tag"><code>wget http://wordpress.org/latest.zip

unzip latest.zip

mv ./wordpress/ /path/to/www/root</code></pre><p>It automatically replace all files and maintain all of your old themes and plugins. When you take wp-admin it automatically asks for database upgradation. Just do that. Enough, your new wordpress is ready</p>
<p><u>3) Very Simple Way (for Administrators ) </u></p>
<p>Use wordpress svn while installing wordpress.</p><pre class="crayon-plain-tag"><code>svn co http://svn.automattic.com/wordpress/trunk/</code></pre><p>and when new wordpress upgrade comes, just do</p><pre class="crayon-plain-tag"><code>svn update</code></pre><p>Enough your new wordpress is ready in a single line .</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sajithmr.me/3-simple-way-to-upgrade-your-wordpress/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

