<?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"
	>
<channel>
	<title>Comments on: Wordpress 2.6 up and running</title>
	<atom:link href="http://www.speedofcreativity.org/2008/07/26/wordpress-26-up-and-running/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.speedofcreativity.org/2008/07/26/wordpress-26-up-and-running/</link>
	<description></description>
	<pubDate>Mon, 01 Dec 2008 21:17:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Alan Levine</title>
		<link>http://www.speedofcreativity.org/2008/07/26/wordpress-26-up-and-running/#comment-56856</link>
		<dc:creator>Alan Levine</dc:creator>
		<pubDate>Sat, 26 Jul 2008 17:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.speedofcreativity.org/?p=2912#comment-56856</guid>
		<description>I run 2 WP sites on my own domain and about 6 at NMC and have done scads of updates w/o any hitches, though sentences like that don't really help. I've moved CogDogBlog three times from hosts with out a hassle, and am getting ready to upgrade my WPMu site-- which starts to make tons of sense once you find yourself looking at a number of blogs that you cannot count on your fingers of one hand.

The ones on my DreamHost hosted sites are easy and a dream- they have one click install/updates. I just click and wait a few minutes. I was wary at first, but there has not been a hitch in 2 years.

For the ones I do manually, I stick to the recommended steps. Some suggestions:

* WordPress Data Backup plugin makes it easy from your WP dashboard to run a backup, can have it saved to your wp-content directory or emailed (not a great idea with a 37 Mb db). It also can do it on a schedule basis (I think)
http://www.ilfilosofo.com/blog/wp-db-backup

* Maintenance Mode plugin - When you are updating you are missing/adding files and who knows what happens when people access your site? This puts up a splash "come back soon" page for visitors, but as an admin you can log in and do stuff / check. When you disable all plugins, just activate this one. When things are done, I de-activate this one.
http://sw-guide.de/wordpress/plugins/maintenance-mode/

* At first I thought 37 Mb was oversized for a WP database, but that within reason, especially as PodPress creates tables, and if you run Spam Karma 2 that creates big log tables, plus you have lots of long blog posts and comments  ;-) Mine is about 20. I good habit to do maybe monthly is to go to phpMyAdmin for your database and click the little link below your tables "Check Tables Having Overhead" - overhead is wasted space, and this selects the ones with this (amounts listed in right most column) and then select "Optimize Table" from the menu to the right. This can clamp down a lot of space, plus will make your database run more happily.

* A simpler way to backup for update purposes is to do a copy in place of database and files rather than downloading (although I recommend downloading on occasion). In phpMyAdmin, got to your database, and under the "Operations" tab, look for the "Copy Database to" field and just give it a name like "wordpress.old" with the default options.  This makes a copy right on your server. If something goes swry with an update in the database, you can delete your original, and then rename this copy back to its first name.

At the same time, downloading your entire WP directory can take a long time for file transfer. Actually, all you really need is the wp-content directory and your wp-config file (I keep the htaccess one too) as everything else is what you replace. An easier way during upgrade when you want just an "in case of disaster" copy, is to make a copy in place on the server. This means you have to be able to log in to your server on command line (telnet, terminal) and not all hosts allow that. If it does, you just need to navigate to the directory that contains your entire wordpress install, which may be a folder named "blog" or "wordpress" or even "jellybean" and then just do a unix cp command

cp -r blog blog.old

The "-r" tells it to copy all of the internal folders recursively so you get everything.

This way you have an emergency backup w/o needing to ftp down and back.

Lastly, I heard Matt Mullenweg say in a speech in February that on the roadmap is an ability to upgrade WP in place without this manual mumbo jumbo, the way plugins can be done in the 2.5 version. There is a plugin that sounds like it does it, tho I tried a while last night with one of my minor blogs and could not make it go:
http://techie-buzz.com/wordpress-plugins/wordpress-automatic-upgrade-12-release.html</description>
		<content:encoded><![CDATA[<p>I run 2 WP sites on my own domain and about 6 at NMC and have done scads of updates w/o any hitches, though sentences like that don&#8217;t really help. I&#8217;ve moved CogDogBlog three times from hosts with out a hassle, and am getting ready to upgrade my WPMu site&#8211; which starts to make tons of sense once you find yourself looking at a number of blogs that you cannot count on your fingers of one hand.</p>
<p>The ones on my DreamHost hosted sites are easy and a dream- they have one click install/updates. I just click and wait a few minutes. I was wary at first, but there has not been a hitch in 2 years.</p>
<p>For the ones I do manually, I stick to the recommended steps. Some suggestions:</p>
<p>* WordPress Data Backup plugin makes it easy from your WP dashboard to run a backup, can have it saved to your wp-content directory or emailed (not a great idea with a 37 Mb db). It also can do it on a schedule basis (I think)<br />
<a href="http://www.ilfilosofo.com/blog/wp-db-backup" rel="nofollow">http://www.ilfilosofo.com/blog/wp-db-backup</a></p>
<p>* Maintenance Mode plugin - When you are updating you are missing/adding files and who knows what happens when people access your site? This puts up a splash &#8220;come back soon&#8221; page for visitors, but as an admin you can log in and do stuff / check. When you disable all plugins, just activate this one. When things are done, I de-activate this one.<br />
<a href="http://sw-guide.de/wordpress/plugins/maintenance-mode/" rel="nofollow">http://sw-guide.de/wordpress/plugins/maintenance-mode/</a></p>
<p>* At first I thought 37 Mb was oversized for a WP database, but that within reason, especially as PodPress creates tables, and if you run Spam Karma 2 that creates big log tables, plus you have lots of long blog posts and comments  <img src='http://www.speedofcreativity.org/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> Mine is about 20. I good habit to do maybe monthly is to go to phpMyAdmin for your database and click the little link below your tables &#8220;Check Tables Having Overhead&#8221; - overhead is wasted space, and this selects the ones with this (amounts listed in right most column) and then select &#8220;Optimize Table&#8221; from the menu to the right. This can clamp down a lot of space, plus will make your database run more happily.</p>
<p>* A simpler way to backup for update purposes is to do a copy in place of database and files rather than downloading (although I recommend downloading on occasion). In phpMyAdmin, got to your database, and under the &#8220;Operations&#8221; tab, look for the &#8220;Copy Database to&#8221; field and just give it a name like &#8220;wordpress.old&#8221; with the default options.  This makes a copy right on your server. If something goes swry with an update in the database, you can delete your original, and then rename this copy back to its first name.</p>
<p>At the same time, downloading your entire WP directory can take a long time for file transfer. Actually, all you really need is the wp-content directory and your wp-config file (I keep the htaccess one too) as everything else is what you replace. An easier way during upgrade when you want just an &#8220;in case of disaster&#8221; copy, is to make a copy in place on the server. This means you have to be able to log in to your server on command line (telnet, terminal) and not all hosts allow that. If it does, you just need to navigate to the directory that contains your entire wordpress install, which may be a folder named &#8220;blog&#8221; or &#8220;wordpress&#8221; or even &#8220;jellybean&#8221; and then just do a unix cp command</p>
<p>cp -r blog blog.old</p>
<p>The &#8220;-r&#8221; tells it to copy all of the internal folders recursively so you get everything.</p>
<p>This way you have an emergency backup w/o needing to ftp down and back.</p>
<p>Lastly, I heard Matt Mullenweg say in a speech in February that on the roadmap is an ability to upgrade WP in place without this manual mumbo jumbo, the way plugins can be done in the 2.5 version. There is a plugin that sounds like it does it, tho I tried a while last night with one of my minor blogs and could not make it go:<br />
<a href="http://techie-buzz.com/wordpress-plugins/wordpress-automatic-upgrade-12-release.html" rel="nofollow">http://techie-buzz.com/wordpress-plugins/wordpress-automatic-upgrade-12-release.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dean Mattson</title>
		<link>http://www.speedofcreativity.org/2008/07/26/wordpress-26-up-and-running/#comment-56827</link>
		<dc:creator>Dean Mattson</dc:creator>
		<pubDate>Sat, 26 Jul 2008 09:54:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.speedofcreativity.org/?p=2912#comment-56827</guid>
		<description>Congratulations on making the leap! So far, I've had good luck with my WordPress and WordPress MU upgrades.  One thing I do a little differently is that I download both the database and ALL the whole WordPress folder I'm updating. That way, if disaster strikes, I can more easily go back to the old version. Haven't needed to do it, but I like having that "security blanket" there!</description>
		<content:encoded><![CDATA[<p>Congratulations on making the leap! So far, I&#8217;ve had good luck with my WordPress and WordPress MU upgrades.  One thing I do a little differently is that I download both the database and ALL the whole WordPress folder I&#8217;m updating. That way, if disaster strikes, I can more easily go back to the old version. Haven&#8217;t needed to do it, but I like having that &#8220;security blanket&#8221; there!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

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