<?xml version="1.0"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>Transition Technology: Ticket #550: Transition Town Totnes migration</title>
    <link>http://localhost:8080/trac/ticket/550</link>
    <description>&lt;p&gt;
It has been agreed to migrate Transition Town Totnes, &lt;a class="ext-link" href="http://transitiontowntotnes.org/"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://transitiontowntotnes.org/&lt;/a&gt; to &lt;a class="wiki" href="http://localhost:8080/trac/wiki/ParrotServer"&gt;wiki:ParrotServer&lt;/a&gt; and this ticket has been created to record this process and the time spent on it and the documentation of the migration.
&lt;/p&gt;
&lt;p&gt;
There is also an issue regarding what, if anything, to do with the old Drupal site at &lt;a class="ext-link" href="http://archive.transitiontowntotnes.org/"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://archive.transitiontowntotnes.org/&lt;/a&gt;
&lt;/p&gt;
</description>
    <language>en-us</language>
    <image>
      <title>Transition Technology</title>
      <url>/trac/chrome/site/TransitionNetwork-Logo-Web-Small.jpg</url>
      <link>http://localhost:8080/trac/ticket/550</link>
    </image>
    <generator>Trac 0.12.5</generator>
    <item>
      
        <dc:creator>chris</dc:creator>

      <pubDate>Sun, 19 May 2013 16:04:51 GMT</pubDate>
      <title>hours, totalhours changed</title>
      <link>http://localhost:8080/trac/ticket/550#comment:1</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/550#comment:1</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.8&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.8&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
I've copied the site to &lt;a class="wiki" href="http://localhost:8080/trac/wiki/ParrotServer"&gt;wiki:ParrotServer&lt;/a&gt;:
&lt;/p&gt;
&lt;p&gt;
&lt;a class="ext-link" href="http://ttt.parrot.webarch.net/"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://ttt.parrot.webarch.net/&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
I've written a script to rsync the files and the copy and import the database so we can update the parrot version of the site easily from the live server (which depends on having root on both servers):
&lt;/p&gt;
&lt;pre class="wiki"&gt;#!/bin/bash
# sync from host-a.ecodis.net
rsync -av --exclude="wp-config.php" host-a:/home/ttt/public_html/ /home/ttt/sites/default/
chown -R ttt:ttt /home/ttt/sites/default/
# dump the remote database and rsync it
ssh host-a /home/ttt/private/dump.sh
scp host-a:/home/ttt/private/ttt.sql.gz /home/ttt/private/
# import the remote database
cd /home/ttt/private/
gunzip ttt.sql.gz
cat ttt.sql | mysql ttt
&lt;/pre&gt;&lt;p&gt;
It will probably take around 15 mins to run the next time around, the site has 744M of files and the database is 638M.
&lt;/p&gt;
&lt;p&gt;
The status of the core code and the plugins:
&lt;/p&gt;
&lt;pre class="wiki"&gt;wp core update
  Success: WordPress is at the latest version.
wp plugin status
 19 installed plugins:
  UI add-from-server
   I akismet
   I backupwordpress
   A delightful-downloads
   A duplicate-post
   A easy-wordpress-donations
   I file-gallery
   I hello
   A lightbox-gallery
   I lightbox-plus
   A page-list
   A popo-feature
   A pretty-file-lister
   A subpage-navigation
   A the-events-calendar
   A events-calendar-pro
   A twitter-facebook-google-plusone-share
   I wordpress-easy-paypal-payment-or-donation-accept-plugin
   I wp-smushit
 Legend: I = Inactive, A = Active, U = Update Available
&lt;/pre&gt;&lt;p&gt;
The available update for Add to Server isn't a security update, see &lt;a class="ext-link" href="https://wordpress.org/extend/plugins/add-from-server/changelog/"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://wordpress.org/extend/plugins/add-from-server/changelog/&lt;/a&gt;
&lt;/p&gt;
&lt;p&gt;
I'll hold off installing wp-piwik until there is agreement for this, it appears that GA is hard coded at a template level rather than via a plugin. This is fine -- it would make sense to trial piwik before considering switching GA off.
&lt;/p&gt;
&lt;p&gt;
I have created a page to document the site, &lt;a class="wiki" href="http://localhost:8080/trac/wiki/TransitionTownTotnesWordPress"&gt;wiki:TransitionTownTotnesWordPress&lt;/a&gt;
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>ed</dc:creator>

      <pubDate>Mon, 20 May 2013 08:46:22 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/550#comment:2</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/550#comment:2</guid>
      <description>
        &lt;p&gt;
I will secure approval from Frances for DNS changes - and keep GA on for this one.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>chris</dc:creator>

      <pubDate>Thu, 25 Jul 2013 12:52:17 GMT</pubDate>
      <title>hours, totalhours changed</title>
      <link>http://localhost:8080/trac/ticket/550#comment:3</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/550#comment:3</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.5&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;0.8&lt;/em&gt; to &lt;em&gt;1.3&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
The script mentioned in &lt;a class="closed ticket" href="http://localhost:8080/trac/ticket/550#comment:1" title="maintenance: Transition Town Totnes migration (closed: fixed)"&gt;ticket:550#comment:1&lt;/a&gt; was found at &lt;tt&gt;/home/ttt/private/host-a.sh&lt;/tt&gt; and it was run to update the copy of the site on &lt;a class="wiki" href="http://localhost:8080/trac/wiki/ParrotServer"&gt;wiki:ParrotServer&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
This took longer than expected as the database is 798M.
&lt;/p&gt;
&lt;p&gt;
The site at &lt;a class="ext-link" href="http://ttt.parrot.webarch.net/"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://ttt.parrot.webarch.net/&lt;/a&gt; has been updated and the DNS change has been made so we just need to wait for it to propagate.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>chris</dc:creator>

      <pubDate>Thu, 25 Jul 2013 17:15:45 GMT</pubDate>
      <title>hours, totalhours changed</title>
      <link>http://localhost:8080/trac/ticket/550#comment:4</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/550#comment:4</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;hours&lt;/strong&gt;
                changed from &lt;em&gt;0.0&lt;/em&gt; to &lt;em&gt;0.25&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;totalhours&lt;/strong&gt;
                changed from &lt;em&gt;1.3&lt;/em&gt; to &lt;em&gt;1.55&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
        &lt;p&gt;
Regarding the comment above about the size, that was in relation to the database dump -- it was 798M. The files total 785M. The files are in &lt;tt&gt;/home&lt;/tt&gt; and the database and it's backups are in &lt;tt&gt;/&lt;/tt&gt; and this is the available space on &lt;a class="wiki" href="http://localhost:8080/trac/wiki/ParrotServer"&gt;wiki:ParrotServer&lt;/a&gt;:
&lt;/p&gt;
&lt;pre class="wiki"&gt;df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/xvda2            9.9G  3.8G  5.7G  40% /
/dev/xvda3            8.9G  4.4G  4.1G  52% /home
&lt;/pre&gt;&lt;p&gt;
So this isn't currently an issue.
&lt;/p&gt;
&lt;p&gt;
Testing that the DNS has updated for all the domains:
&lt;/p&gt;
&lt;pre class="wiki"&gt;dig transitiontowntotnes.org +short
81.95.52.43
dig www.transitiontowntotnes.org +short
81.95.52.43
dig transitiontowntotnes.org.uk +short
81.95.52.43
dig www.transitiontowntotnes.org.uk +short
81.95.52.43
dig transitiontowntotnes.co.uk +short
81.95.52.43
dig www.transitiontowntotnes.co.uk +short
81.95.52.43
&lt;/pre&gt;&lt;p&gt;
And the web addresses:
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a class="ext-link" href="http://transitiontowntotnes.org/"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://transitiontowntotnes.org/&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a class="ext-link" href="http://www.transitiontowntotnes.org/"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://www.transitiontowntotnes.org/&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a class="ext-link" href="http://transitiontowntotnes.org.uk/"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://transitiontowntotnes.org.uk/&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a class="ext-link" href="http://www.transitiontowntotnes.org.uk/"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://www.transitiontowntotnes.org.uk/&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a class="ext-link" href="http://transitiontowntotnes.co.uk/"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://transitiontowntotnes.co.uk/&lt;/a&gt;
&lt;/li&gt;&lt;li&gt;&lt;a class="ext-link" href="http://www.transitiontowntotnes.co.uk/"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://www.transitiontowntotnes.co.uk/&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;
That all seems fine.
&lt;/p&gt;
&lt;p&gt;
Some info has been added to the &lt;a class="wiki" href="http://localhost:8080/trac/wiki/TransitionTownTotnesWordPress"&gt;wiki:TransitionTownTotnesWordPress&lt;/a&gt; page.
&lt;/p&gt;
&lt;p&gt;
Still TODO:
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Add Piwik tracking?
&lt;/li&gt;&lt;li&gt;Check on the status of the code and plugins in terms of available updates.
&lt;/li&gt;&lt;li&gt;Look at why the database is so huge.
&lt;/li&gt;&lt;/ul&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>chris</dc:creator>

      <pubDate>Fri, 15 Nov 2013 14:18:17 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/550#comment:5</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/550#comment:5</guid>
      <description>
        &lt;p&gt;
The site was updated to &lt;a class="wiki" href="http://localhost:8080/trac/wiki/WordPress"&gt;WordPress&lt;/a&gt; 3.6.1 on &lt;a class="closed ticket" href="http://localhost:8080/trac/ticket/594" title="maintenance: WordPress 3.6.1 Maintenance and Security Release (closed: fixed)"&gt;ticket:594&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
Issues still outstanding:
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Add Piwik tracking?
&lt;/li&gt;&lt;li&gt;Look at why the database is so huge.
&lt;/li&gt;&lt;li&gt;Agree what to do about the archived Drupal site, &lt;a class="ext-link" href="http://archive.transitiontowntotnes.org/"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;http://archive.transitiontowntotnes.org/&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>ed</dc:creator>

      <pubDate>Wed, 20 Nov 2013 15:27:46 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/550#comment:6</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/550#comment:6</guid>
      <description>
        &lt;p&gt;
Shall we skype about this? My answer to the archive is the same as ever - and theirs - bin it. No archiving.
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>chris</dc:creator>

      <pubDate>Wed, 20 Nov 2013 15:50:00 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/550#comment:7</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/550#comment:7</guid>
      <description>
        &lt;p&gt;
Replying to &lt;a href="http://localhost:8080/trac/ticket/550#comment:6" title="Comment 6 for Ticket #550"&gt;ed&lt;/a&gt;:
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
Shall we skype about this?
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
Sure, happy to talk.
&lt;/p&gt;
&lt;blockquote class="citation"&gt;
&lt;p&gt;
My answer to the archive is the same as ever - and theirs - bin it. No archiving.
&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;
I very strongly disagree with this. I think it would be a huge mistake to delete all this history.
&lt;/p&gt;
&lt;p&gt;
Did you see the fuss last week when the Tories deleted a decade of material from their website?
&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a class="ext-link" href="https://www.google.com/search?q=Conservative+party+deletes+archive+of+speeches+from+internet&amp;amp;tbm=nws"&gt;&lt;span class="icon"&gt;​&lt;/span&gt;https://www.google.com/search?q=Conservative+party+deletes+archive+of+speeches+from+internet&amp;amp;tbm=nws&lt;/a&gt;
&lt;/li&gt;&lt;/ul&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>ed</dc:creator>

      <pubDate>Mon, 25 Nov 2013 14:17:40 GMT</pubDate>
      <title></title>
      <link>http://localhost:8080/trac/ticket/550#comment:8</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/550#comment:8</guid>
      <description>
        &lt;p&gt;
archiving issue moved to &lt;a class="closed ticket" href="http://localhost:8080/trac/ticket/630" title="task: Archiving Transition Town Totnes site (closed: fixed)"&gt;#630&lt;/a&gt;
&lt;/p&gt;
      </description>
      <category>Ticket</category>
    </item><item>
      
        <dc:creator>chris</dc:creator>

      <pubDate>Wed, 02 Apr 2014 10:16:49 GMT</pubDate>
      <title>status changed; resolution set</title>
      <link>http://localhost:8080/trac/ticket/550#comment:9</link>
      <guid isPermaLink="false">http://localhost:8080/trac/ticket/550#comment:9</guid>
      <description>
          &lt;ul&gt;
            &lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;
                changed from &lt;em&gt;new&lt;/em&gt; to &lt;em&gt;closed&lt;/em&gt;
            &lt;/li&gt;
            &lt;li&gt;&lt;strong&gt;resolution&lt;/strong&gt;
                set to &lt;em&gt;fixed&lt;/em&gt;
            &lt;/li&gt;
          &lt;/ul&gt;
      </description>
      <category>Ticket</category>
    </item>
 </channel>
</rss>