<?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>KodeeXII.Net &#187; upgrade</title>
	<atom:link href="http://kodeexii.net/tag/upgrade/feed" rel="self" type="application/rss+xml" />
	<link>http://kodeexii.net</link>
	<description>Hadee Roslan’s Ramblings on Technology, Mindset and Methodology to Build A Successful Online Business.</description>
	<lastBuildDate>Tue, 29 Nov 2011 10:47:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<atom:link rel='hub' href='http://kodeexii.net/?pushpress=hub'/>
<cloud domain='kodeexii.net' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
	<!-- google_ad_section_end --><!-- google_ad_section_start -->	<item>
		<title>WordPress 2.3.2 .. Upgraded</title>
		<link>http://kodeexii.net/wordpress-232-upgraded.html</link>
		<comments>http://kodeexii.net/wordpress-232-upgraded.html#comments</comments>
		<pubDate>Wed, 02 Jan 2008 00:00:20 +0000</pubDate>
		<dc:creator>kodeexii</dc:creator>
				<category><![CDATA[Computer Technology]]></category>
		<category><![CDATA[blog tool]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://kodeexii.net/blog/2008/01/02/wordpress-232-upgraded/</guid>
		<description><![CDATA[Roughly 60 days or so after the release of WordPress 2.3.1, a new release is made available. About 3 days, back, I saw the announcement in the WordPress Admin module. Here&#8217;s what is mentioned in the WordPress Development Blog: WordPress 2.3.2 is an urgent security release that fixes a bug that can be used to [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://kodeexii.net/blog/wp-content/uploads/2007/12/wpicon.jpg" alt="WordPress Icon" align="right" hspace="10" vspace="10" />Roughly 60 days or so after the release of <a  target="_blank" href="http://codex.wordpress.org/Getting_Started_with_WordPress#WordPress_for_Beginners" title="What is WordPress">WordPress </a>2.3.1, a new release is made available. About 3 days, back, I saw the announcement in the WordPress Admin module.</p>
<p><img src="http://kodeexii.net/blog/wp-content/uploads/2008/01/wp232announce.jpg" alt="WP232 Announcement" /></p>
<p>Here&#8217;s what is <a  target="_blank" href="http://wordpress.org/development/2007/12/wordpress-232/" title="Wordpress 2.3.2 in the WP Dev Blog">mentioned in the WordPress Development Blog</a>:</p>
<blockquote><p>WordPress 2.3.2 is an urgent security release that fixes a bug that can be used to expose your draft posts. 2.3.2 also suppresses some error messages that can give away information about your database table structure and limits and stops some information leaks in the XML-RPC and APP implementations. Get 2.3.2 now to [...]</p></blockquote>
<p><img src="http://kodeexii.net/blog/wp-content/uploads/2008/01/wplocal.jpg" alt="WP Local" align="right" hspace="10" vspace="10" />I am still rather new to WordPress, and this is like my first attempt at an upgrade. Thus, a visit to the <a  target="_blank" href="http://codex.wordpress.org/Upgrading_WordPress" title="Wordpress 3 Step Upgrade">WordPress Upgrade Guide</a> is necessary. After reading through the process required, which is really not that difficult, I decided to first try it out locally on my test environment. Yes, I do have a local test environment running on my notebook. Will certainly put up a post about it. Not now.. Sometime soon.. perhaps..</p>
<p>I went through the upgrade process locally, following all the instructions in the guide. Everything went smoothly. No problems came about after the upgrade. My installed theme and plugins worked fine.</p>
<p>Once I&#8217;m satisfied and certain that the upgrade does not break anything in my configuration, I decided to go ahead and upgrade my live blog. Here are the steps which I took to upgrade my live blog to 2.3.2. For the purpose of this posting, let&#8217;s assume my current 2.3.1 is installed in a folder named wplive.</p>
<ol>
<li><a  target="_blank" href="http://wordpress.org/download/" title="Get it">Download</a> WordPress 2.3.2</li>
<li>FTP the zip file over to my server</li>
<li>Extract (unzip) the file into a new folder &#8211; i.e. wp232</li>
<li>Copy wp-config.php (wplive/wp-config.php) into wp232</li>
<li>Copy additional plugins (wplive/wp-contents/plugins/*.php &#8211; exclude the default plugins like akismet and hello) into wp232</li>
<li>Copy additional themes (wplive/wp-contents/themes/* &#8211; exclude the default themes like classic and default) into wp232</li>
<li>Copy the upload folder (wplive/wp-content/uploads) into wp232</li>
<li>Rename wplive  to wp231</li>
<li>Backup the Database</li>
<li>Rename wp232 to wplive</li>
<li>Run the upgrade module</li>
<li>Configure Permalink</li>
<li>Test the upgrade and ensure there are no errors.</li>
</ol>
<p>If you read the upgrade guides (<a  target="_blank" href="http://codex.wordpress.org/Upgrading_WordPress" title="Wordpress 3 Step Upgrade">short version</a> or <a  target="_blank" href="http://codex.wordpress.org/Upgrading_WordPress_Extended" title="Wordpress Extended Upgrade">extended version</a>), the method of upgrade is slightly different. I like the method above because should the upgrade cause problems, I could easily fall back to the original configuration just by renaming wp231 back to wplive. Of course, a database restore would be required if the db was modified. As it is, the upgrade from 2.3.1 to 2.3.2 doesn&#8217;t require any db modifications (I might be wrong, though).</p>
<p>If you&#8217;re not into doing the upgrade manually, you could of course upgrade it via Fantastico if your hosting provides it for you. I prefer to do it manually because by doing so, I learn a bit about the system. Besides, it&#8217;s really not too hard. What&#8217;s so hard about copying files from one folder to another. Just drag and drop.</p>
<p>Have you upgraded your WordPress? Hey, it&#8217;s a new year. Why not start the year off with a new version of your blogging tool?</p>
<p align="center"><strong>HAPPY NEW YEAR!!!</strong></p>
<div class="evernoteSiteMemory"><a href="javascript:" onclick="Evernote.doClip({title: 'WordPress 2.3.2 .. Upgraded on KodeeXII.Net',url: 'http://kodeexii.net/wordpress-232-upgraded.html',contentID: 'post',code: 'Hade2895',suggestTags: 'blog tool,tutorial,upgrade,wordpress',providerName: 'KodeeXII.Net',styling: 'text' });return false" class="evernoteSiteMemoryLink"><img src="http://kodeexii.net/wp/wp-content/plugins/wp-evernote-site-memory/img/smallclip.png" class="evernoteSiteMemoryButton" /></a>
				<p class="evernoteSiteMemoryDescription">
					<strong>Evernote</strong> lets you save all the interesting things you see online into a single place. Access all those saved pages from your computer, phone or the web.  <a  href="https://www.evernote.com/Registration.action" title="Sign up for Evernote" target="_blank">Sign up now</a> or <a  href="https://www.evernote.com/about/learn_more/" title="Learn more about Evernote" target="_blank">learn more</a>. It's free!
				</p>
				
				<div class="evernoteSiteMemoryClear">&nbsp;</div>
			</div>]]></content:encoded>
			<wfw:commentRss>http://kodeexii.net/wordpress-232-upgraded.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	<!-- google_ad_section_end --></channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 74/88 queries in 0.027 seconds using disk: basic
Object Caching 987/1002 objects using disk: basic

Served from: kodeexii.net @ 2012-02-11 14:54:40 -->
