Ticket #361 (closed maintenance: fixed)

Opened 5 years ago

Last modified 5 years ago

Upgrade Piwik to 1.6

Reported by: chris Owned by: chris
Priority: critical Milestone: Phase 5
Component: Piwik Keywords:
Cc: ed, laura Estimated Number of Hours: 1.0
Add Hours to Ticket: 0 Billable?: yes
Total Hours: 0.38

Description

The new version includes security fixes:

Piwik 1.6 is a major upgrade, bringing new features, security fixes, and many bug fixes and improvements!


http://piwik.org/changelog/

So It needs to be urgently done.

Change History

comment:1 Changed 5 years ago by chris

  • Add Hours to Ticket changed from 0.0 to 0.38
  • Status changed from new to closed
  • Resolution set to fixed
  • Total Hours changed from 0.0 to 0.38

Upgrade dev version on kiwi:

cd /web/piwik.transitionnetwork.org
wget "http://piwik.org/latest.zip?cb=1.6" -O latest.zip
cd /web/piwik.transitionnetwork.org/piwik/config
cp config.ini.php config.ini.php.bak
cd ../..
unzip latest.zip 
 Archive:  latest.zip
 replace piwik/lang/ja.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: A
cd /web/piwik.transitionnetwork.org/piwik/config
cp config.ini.php.bak config.ini.php
php /web/piwik.transitionnetwork.org/piwik/index.php -- "module=CoreUpdater"

Tested at https://piwik.transitionnetwork.org/ and then live:

cd /web/stats.transitionnetwork.org/piwik/config
cp config.ini.php config.ini.php.bak
cd ../..
wget "http://piwik.org/latest.zip?cb=1.6" -O latest.zip
unzip latest.zip
 Archive:  latest.zip
 replace piwik/lang/ja.php? [y]es, [n]o, [A]ll, [N]one, [r]ename: A
cd piwik/config
cp config.ini.php.bak config.ini.php
  cp: overwrite `config.ini.php'? y
php /web/stats.transitionnetwork.org/piwik/index.php -- "module=CoreUpdater"
 
 Database Upgrade Required

 Your Piwik database is out-of-date, and must be upgraded before you can
continue.

 Piwik database will be upgraded from version 1.5.1 to the new version 1.6.

 The database upgrade process may take a while, so please be patient.

 Piwik has been successfully updated!

Live site tested, https://stats.transitionnetwork.org/

comment:2 Changed 5 years ago by ed

so done and good for user testing?

comment:3 Changed 5 years ago by chris

Sure, go for it, I haven't looked at any of the new features, just did it as fast as I could when I saw it was an urgent security upgrade!

Note: See TracTickets for help on using tickets.