<?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>Dave Page &#187; wordpress</title>
	<atom:link href="http://chwalisz.org/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://chwalisz.org</link>
	<description>Stuff</description>
	<lastBuildDate>Sun, 01 Jan 2012 18:18:08 +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>Upgrading Atahualpa</title>
		<link>http://chwalisz.org/2011/07/31/upgrading-atahualpa/</link>
		<comments>http://chwalisz.org/2011/07/31/upgrading-atahualpa/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 02:00:33 +0000</pubDate>
		<dc:creator>dave</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Atahualpa]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://chwalisz.org/?p=776</guid>
		<description><![CDATA[<p>Did you know that if you upgrade the Atahualpa theme from the Update page in the WordPress Admin, it deletes all the custom header images in your website? </p> <p>Me neither.</p>]]></description>
			<content:encoded><![CDATA[<div class='wp_fbs_top'></div><p>Did you know that if you upgrade the <a href="http://wordpress.bytesforall.com/">Atahualpa</a> theme from the Update page in the WordPress Admin, it deletes all the custom header images in your website? </p>
<p>Me neither.</p>]]></content:encoded>
			<wfw:commentRss>http://chwalisz.org/2011/07/31/upgrading-atahualpa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading WordPress in Bulk</title>
		<link>http://chwalisz.org/2011/04/17/upgrading-wordpress-in-bulk/</link>
		<comments>http://chwalisz.org/2011/04/17/upgrading-wordpress-in-bulk/#comments</comments>
		<pubDate>Sun, 17 Apr 2011 15:05:54 +0000</pubDate>
		<dc:creator>dave</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[maintenance]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://chwalisz.org/?p=749</guid>
		<description><![CDATA[<p>Of course there is the old faithful Updating_WordPress_with_Subversion and Upgrading_WordPress_Extended, but there is a lot of fluff there. Old blogs are &#8220;You are using WordPress 2.9.1&#8243;. Show me the command lines.</p> <p>Certainly.</p> &#8220;Backup your database. Read Backing Up Your Database for a detailed explanation.&#8221; Use Plugin WP-DB-Backup from http://austinmatzko.com/wordpress-plugins/wp-db-backup/ Download it &#8211; make sure the copy is here. [...]]]></description>
			<content:encoded><![CDATA[<div class='wp_fbs_top'></div><p>Of course there is the old faithful <a href="http://codex.wordpress.org/Installing/Updating_WordPress_with_Subversion">Updating_WordPress_with_Subversion</a> and <a href="http://codex.wordpress.org/Upgrading_WordPress_Extended">Upgrading_WordPress_Extended</a>, but there is a lot of fluff there. Old blogs are &#8220;You are using WordPress 2.9.1&#8243;. Show me the command lines.</p>
<p>Certainly.</p>
<ul>
<li>&#8220;Backup your database. Read <a href="http://codex.wordpress.org/Backing_Up_Your_Database#Using_WordPress_Database_Backup_Plugin">Backing Up Your Database</a> for a detailed explanation.&#8221;
<ul>
<li>Use Plugin WP-DB-Backup from http://austinmatzko.com/wordpress-plugins/wp-db-backup/</li>
<li>Download it &#8211; make sure the copy is here. Open it up.</li>
</ul>
</li>
<li>&#8220;Backup ALL your WordPress files in your WordPress directory. Don&#8217;t forget your .htaccess file.&#8221;
<ul>
<li>Make a local shadow directory
<ul>
<li><code>$ rsync -vur ./sarajane/ ./backups/sarajane-snapshot-20110416/</code></li>
</ul>
</li>
<li>Make a tar file for download for archive</li>
<li><code>$ tar cvf sarajane-snapshot-20110416.tar sarajane/</code></li>
<li><code>$ gzip sarajane-snapshot-20110416.tar</code></li>
<li>Verify the backups you created are there and usable. This is essential.</li>
</ul>
</li>
<li>&#8220;Deactivate ALL your Plugins.&#8221;</li>
<li>&#8220;Ensure first four steps are completed. Do not attempt the upgrade unless you have completed the first four steps.&#8221;</li>
<li>Gotta upgrade the MYSQL Database? I did&#8230; The nice thing is, use two different ones. Since you saved the original directory, you can switch back to old state and db by replacing the directory.
<ul>
<li>Per <a href="http://codex.wordpress.org/Backing_Up_Your_Database#Backing_Up_the_Database">Backing_Up_the_Database </a>
<ul>
<li><code>$ mysqldump --add-drop-table -h mysqlservername  -u mysqlusername -p dbname&gt; ms-db-backup-20110416.sql</code></li>
</ul>
</li>
</ul>
<ul>
<li>Per <a href="http://codex.wordpress.org/Restoring_Your_Database_From_Backup">Restoring_Your_Database_From_Backup</a>
<ul>
<li><code>$ mysql -h mysqlservername -u mysqlusername-p dbname&lt; ms-db-backup-20110416.sql</code></li>
</ul>
</li>
</ul>
</li>
<li>edit wp-config.php (save the old one)<a href="http://codex.wordpress.org/Restoring_Your_Database_From_Backup"></a></li>
<li><code>$ cp wp-config.php wp-config.php.save</code></li>
<li><code>$ vi wp-config.php ...</code></li>
<li>Use new SVN install into new folder</li>
<ul>
<li><code>$ mkdir sarajane2</code></li>
<li><code>$ cd sarajane2</code></li>
<li><code>$ svn co http://core.svn.wordpress.org/tags/3.1.1 .</code></li>
</ul>
</li>
<li>Copy these files from your old site to the new
<ul>
<li><code>$ export OLDBLOG=$HOME/sarajane</code></li>
<li><code>$ export NEWBLOG=$HOME/sarajane2</code></li>
<li><code>$ cp $OLDBLOG/wp-config.php $NEWBLOG/</code></li>
<li><code>$ ls $OLDBLOG/wp-content/cache</code></li>
<li><code>$ rm -rf $OLDBLOG/wp-content/cache</code></li>
<li><code>$ ls $OLDBLOG/wp-content/plugins/widgets</code></li>
<li><code> $ rm -rf $OLDBLOG/wp-content/plugins/widgets</code></li>
<li><code>$ rsync -vur --exclude=.svn/  $OLDBLOG/wp-content/ $NEWBLOG/wp-content</code></li>
</ul>
</li>
<li># this only is in older WP installs
<ul>
<li><code>$ rsync -vur --exclude=.svn/  $OLDBLOG/wp-images/ $NEWBLOG/wp-images</code></li>
<li><code>$ cp sarajane/.htaccess sarajane2</code></li>
</ul>
</li>
<li>Swap directories
<ul>
<li><code>$ mv sarajane sarajane0</code></li>
<li><code>$ mv sarajane2 sarajane</code></li>
</ul>
</li>
<li>Hit the upgrade link
<ul>
<li><a href="http://sarajane.info/wp-admin/upgrade.php">http://localhost/wp-admin/upgrade.php</a></li>
</ul>
</li>
</ul>
<p>Atualhalpa stores settings in the database, so you don&#8217;t have to copy anything.</p>]]></content:encoded>
			<wfw:commentRss>http://chwalisz.org/2011/04/17/upgrading-wordpress-in-bulk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP 3.0.1 and Atahualpa</title>
		<link>http://chwalisz.org/2010/12/05/wp301-and-atahualpa/</link>
		<comments>http://chwalisz.org/2010/12/05/wp301-and-atahualpa/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 20:56:23 +0000</pubDate>
		<dc:creator>dave</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://chwalisz.org/?p=687</guid>
		<description><![CDATA[<p>So I upgrade to WP 3.0.1 using Atahualpa and cannot edit pages. Page, edit, left menu but no text, no nothing. Bad. Have to hold off upgrading all the other blogs. Upgrade Atahualpa to 3.5.3. No good.</p> <p>After weeks of search, found this post which sez PHP4 does not cut it.</p> <p>What does 1&#038;1 supply [...]]]></description>
			<content:encoded><![CDATA[<div class='wp_fbs_top'></div><p>So I upgrade to WP 3.0.1 using <a href="http://wordpress.org/extend/themes/profile/bytesforall">Atahualpa </a>and cannot edit pages. Page, edit, left menu but no text, no nothing. Bad. Have to hold off upgrading all the other blogs.  Upgrade Atahualpa to 3.5.3. No good.</p>
<p>After weeks of search, found<a href="http://forum.bytesforall.com/showthread.php?t=11276"> this post</a> which sez PHP4 does not cut it.</p>
<p>What does 1&#038;1 supply by default?<br />
<code><br />
(uiserver):xxxxxx:~/xxxxxx> php --version<br />
PHP 4.4.9 (cgi) (built: Aug 12 2008 13:28:34)<br />
Copyright (c) 1997-2008 The PHP Group<br />
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies</code></p>
<p>Update .htaccess. Add: </p>
<p><code>AddType x-mapp-php5 .php</code></p>
<p>Works nice. Thank you very much.</p>]]></content:encoded>
			<wfw:commentRss>http://chwalisz.org/2010/12/05/wp301-and-atahualpa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A New WordPress Install</title>
		<link>http://chwalisz.org/2009/12/28/a-new-wordpress-install/</link>
		<comments>http://chwalisz.org/2009/12/28/a-new-wordpress-install/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 20:42:41 +0000</pubDate>
		<dc:creator>dave</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[shortcut]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://chwalisz.org/?p=422</guid>
		<description><![CDATA[<p>Get the storage folder; redirect the domain there; </p> <p>Get the code into the target dir: $ svn co http://core.svn.wordpress.org/tags/2.9 .</p> <p>Copy wp-config.php $ cp wp-config-sample.php wp-config.php </p> <p>Get new secret keys: https://api.wordpress.org/secret-key/1.1/ </p> <p>Edit wp-config.php $ vi wp-config.php Change dbname, hostname, password. Change 4 secret key lines to above lines.</p> <p>Run config: http://example.com/blog/wp-admin/install.php</p> <p>Set [...]]]></description>
			<content:encoded><![CDATA[<div class='wp_fbs_top'></div><p>Get the storage folder; redirect the domain there; </p>
<p>Get the code into the target dir:<br />
<code>$ svn co http://core.svn.wordpress.org/tags/2.9 .</code></p>
<p>Copy wp-config.php<br />
<code>$ cp wp-config-sample.php wp-config.php </code></p>
<p>Get new secret keys:<br />
<code>https://api.wordpress.org/secret-key/1.1/ </code></p>
<p>Edit wp-config.php<br />
<code>$ vi wp-config.php</code><br />
Change dbname, hostname, password.<br />
Change 4 secret key lines to above lines.</p>
<p>Run config:<br />
<code>http://example.com/blog/wp-admin/install.php</code></p>
<p>Set up the profile pages; add default user; </p>
<p>Install <a href="http://wordpress.bytesforall.com">Atahualpa Theme</a> and configure.</p>
<ol>
<li>Download zip into blog base dir using wget or ftp,</li>
<li><code>$ /blog > unzip atahualpa344.zip -d ./wp-content/themes</code></li>
</ol>
<p>More Info:<br />
<a href="http://codex.wordpress.org/Installing/Updating_WordPress_with_Subversion">Installing using Subversion (WordPress Codex)</a><br />
<a href="http://codex.wordpress.org/Installing_WordPress">Installing WordPress  (WordPress Codex)</a><br />
<a href="http://codex.wordpress.org/Installing/Updating_WordPress_with_Subversion">Updating WordPress using Subversion (WordPress Codex)</a></p>]]></content:encoded>
			<wfw:commentRss>http://chwalisz.org/2009/12/28/a-new-wordpress-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

