<?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>WordPress Magazine &#187; upgrade</title>
	<atom:link href="http://www.wp-magz.com/tag/upgrade/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wp-magz.com</link>
	<description>Just another WordPress Magazine, all about free wordpress themes, plugins, hack, tips, SEO</description>
	<lastBuildDate>Tue, 18 Oct 2011 10:45:00 +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>Upgrade WordPress via ssh (Shell Access)</title>
		<link>http://www.wp-magz.com/codex/upgrade-wordpress-via-ssh-shell-access.html</link>
		<comments>http://www.wp-magz.com/codex/upgrade-wordpress-via-ssh-shell-access.html#comments</comments>
		<pubDate>Tue, 26 Aug 2008 21:16:42 +0000</pubDate>
		<dc:creator>wp-magz</dc:creator>
				<category><![CDATA[Codex]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://wp-magz.com/?p=3</guid>
		<description><![CDATA[1.Login via SSH to your host 2.Create abd Go to a temporary directory: cd /tmp (example) me@wp-magz.com [~/www]# mkdir tmp me@wp-magz.com [~/www]# cd tmp/ 3.Grab the latest WP archive: wget http://wordpress.org/latest.tar.gz 4.Extract the archive contents latest.tar.gz me@wp-magz.com [~/www/tmp]# wget http://wordpress.org/latest.tar.gz –15:28:54– http://wordpress.org/latest.tar.gz =&#62; `latest.tar.gz’ Resolving wordpress.org… 72.233.56.139, 72.233.56.138 Connecting to wordpress.org&#124;72.233.56.139&#124;:80… connected. HTTP request sent, [...]]]></description>
			<content:encoded><![CDATA[<p><strong>1.Login via SSH to your host</strong></p>
<p><strong>2.Create abd Go to a temporary directory: cd /tmp (example)</strong><br />
me@wp-magz.com [~/www]# mkdir tmp<br />
me@wp-magz.com [~/www]# cd tmp/</p>
<p><strong>3.Grab the latest WP archive: wget http://wordpress.org/latest.tar.gz</strong></p>
<p><strong>4.Extract the archive contents latest.tar.gz</strong><br />
me@wp-magz.com [~/www/tmp]# wget http://wordpress.org/latest.tar.gz<br />
–15:28:54– http://wordpress.org/latest.tar.gz<br />
=&gt; `latest.tar.gz’<br />
Resolving wordpress.org… 72.233.56.139, 72.233.56.138<br />
Connecting to wordpress.org|72.233.56.139|:80… connected.<br />
HTTP request sent, awaiting response… 200 OK<br />
Length: unspecified [application/x-gzip]<br />
[ &lt;=&gt; ] 870,766 11.39K/s<br />
15:30:28 (9.17 KB/s) &#8211; `latest.tar.gz’ saved [870766]<br />
me@wp-magz.com [~/www/tmp]# tar zxf latest.tar.gz<span id="more-3"></span></p>
<p><strong>5. You should now see a wordpress directory extracted in the currect location, go in it: cd wordpress/</strong><br />
me@wp-magz.com [~/www/tmp]# cd wordpress/</p>
<p><strong>6. Copy the default themes to your WP install wp-content/themes directory:</strong><br />
cp -R wp-content/themes/* ~/public_html/wp-content/themes/<br />
me@wp-magz.com [~/www/tmp/wordpress]# cp -R wp-content/themes/* ~/public_html/wp-content/themes/</p>
<p><strong>7.Copy the bundled plugins (Hello Dolly and Akismet) to your WP install wp-content/plugins directory: </strong><br />
me@wp-magz.com [~/www/tmp/wordpress]# cp -R wp-content/plugins/* ~/public_html/wp-content/plugins/</p>
<p><strong>8. Delete the wp-content directory</strong><br />
me@wp-magz.com [~/www/tmp/wordpress]# rm -rf wp-content/</p>
<p><strong>9. Copy all other files and directories of the new version onto the WP installation path (overwriting the older ones) :</strong><br />
me@wp-magz.com [~/www/tmp/wordpress]# cp -R * ~/public_html/</p>
<pre class="prettyprint">To complete the process, run the WP upgrade script at

http://yoursite/wp-admin/upgrade.php.</pre>
<p>That’s it! Enjoy your upgraded WP!</p>
<div id="seo_alrp_related"><h2>Posts Related to Upgrade WordPress via ssh (Shell Access)</h2><ul><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.wp-magz.com/themes/wordpress-directory-script-and-wordpress-directory-plugin.html" rel="bookmark"><img src="http://wp-magz.com/wp-content/uploads/2009/12/fnbiwk.jpg" alt="fnbiwk Upgrade WordPress via ssh (Shell Access)" title="WordPress Directory Script and WordPress Directory Plugin" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.wp-magz.com/themes/wordpress-directory-script-and-wordpress-directory-plugin.html" rel="bookmark">WordPress Directory Script and WordPress Directory Plugin</a></h3><p>DirectoryPress is a fully featured directory theme for WordPress, it allows you to turn your standard wordpress blog into a powerful online link directory. Not ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.wp-magz.com/themes/shopperpress-v-i-p-theme.html" rel="bookmark"><img src="http://wp-magz.com/wp-content/uploads/2010/01/shopper-press-theme.jpg" alt="shopper press theme Upgrade WordPress via ssh (Shell Access)" title="ShopperPress V.I.P Theme" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.wp-magz.com/themes/shopperpress-v-i-p-theme.html" rel="bookmark">ShopperPress V.I.P Theme</a></h3><p>If you have ever wanted to setup your very own Online store but haven’t got a clue how to do it? this is for you! ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.wp-magz.com/tips/wordpress-change-login-logo-login-header-url-login-header-title.html" rel="bookmark"><img src="http://www.wp-magz.com/wp-content/plugins/seo-alrp/default_thumbnail.gif" alt="default thumbnail Upgrade WordPress via ssh (Shell Access)" title="WordPress Change Login Logo, Login Header Url &#038; Login Header Title" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.wp-magz.com/tips/wordpress-change-login-logo-login-header-url-login-header-title.html" rel="bookmark">WordPress Change Login Logo, Login Header Url &#038; Login Header Title</a></h3><p>How to Change WordPress Login Logo, Login Header Url &amp; Login Header Title? Copy this code and paste into your theme file functions.php</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.wp-magz.com/how-to/install-ajax-greybox-wordpress.html" rel="bookmark"><img src="http://www.wp-magz.com/GreyBox/static_files/night_valley_thumb.jpg" alt="night valley thumb Upgrade WordPress via ssh (Shell Access)" title="Install Ajax greyBox WordPress" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.wp-magz.com/how-to/install-ajax-greybox-wordpress.html" rel="bookmark">Install Ajax greyBox WordPress</a></h3><p>Introduction GreyBox can be used to display websites, images and other content in a beautiful way. Why use GreyBox: * It does not conflict with ...</p></div><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://www.wp-magz.com/plugins/wordpress-seo-script-plugin.html" rel="bookmark"><img src="http://wp-magz.com/wp-content/uploads/2010/09/Wordpress-SEO-Script.jpg" alt="Wordpress SEO Script Upgrade WordPress via ssh (Shell Access)" title="WordPress SEO Script (Plugin)" width="90" height="60"  class="seo_alrp_thumb" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://www.wp-magz.com/plugins/wordpress-seo-script-plugin.html" rel="bookmark">WordPress SEO Script (Plugin)</a></h3><p>Search Engine Optimization for WordPress have never been easier! **Vibe SEO Pack** is a powerful and easy to use **search engine optimization WordPress plugin**. Out ...</p></div></ul></div>]]></content:encoded>
			<wfw:commentRss>http://www.wp-magz.com/codex/upgrade-wordpress-via-ssh-shell-access.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

