Ticket #832 (closed maintenance: fixed)

Opened 21 months ago

Last modified 21 months ago

Piwik 2.11.0

Reported by: chris Owned by: chris
Priority: major Milestone: Maintenance
Component: Piwik Keywords:
Cc: ade Estimated Number of Hours: 0.0
Add Hours to Ticket: 0 Billable?: yes
Total Hours: 0.25

Description

The Changelog for 2.11.0, which came out on February 16, 2015 contains:

Piwik 2.11.0 is a new major release of Piwik!

In this release we have focused on overall reliability, improved Performance, improved Accessibility for visually impaired users, and also we have re-organised the User and Admin Menus for hopefully a better experience. There are even some very interesting new features such as a new icon available in most reports (check it out and let us know what you think!).

128 tickets have been closed by more than 17 contributors, our record number of contributors in one release. Thank you to everyone who participated in this release by reporting or fixing a bug or a new feature.

Change History

comment:1 Changed 21 months ago by chris

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

Following the wiki:PiwikServer#Updates notes:

vi /web/stats.transitionnetwork.org/piwik/config/config.ini.php
cd /web/stats.transitionnetwork.org/
cp piwik/config/config.ini.php .
export PIWIK="2.11.0"
wget "https://builds.piwik.org/piwik-$PIWIK.tar.gz"
tar -zxvf piwik-$PIWIK.tar.gz
cp config.ini.php piwik/config/
chown -R www-data:www-data piwik/
php /web/stats.transitionnetwork.org/piwik/console core:update
  
  A database upgrade is required. Execute update? (y/N) Y
  
  Starting the database upgrade process now. This may take a while, so please be patient.
  
  *** CoreUpdater_UpdateTitle ***
  
      CoreUpdater_DatabaseUpgradeRequired
  
      CoreUpdater_YourDatabaseIsOutOfDate
  
      CoreUpdater_PiwikWillBeUpgradedFromVersionXToVersionY
  
      CoreUpdater_TheUpgradeProcessMayTakeAWhilePleaseBePatient
  
  
      Done!
  
  
  ****************************************
    Piwik has been successfully updated!  
  ****************************************
  
/etc/init.d/php5-fpm restart
vi /web/stats.transitionnetwork.org/piwik/config/config.ini.php

The web interface was checked and everything looks fine, closing as resolved.

Note: See TracTickets for help on using tickets.