Ticket #833 (closed maintenance: fixed)
Piwik 2.11.1
| 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
Out today, from the changelog:
Piwik 2.11.1 is a new minor release of Piwik. It is a follow up to last week’s major 2.11.0 release. It includes a few bug fixes, in particular a performance regression introduced in 2.11.0. 16 tickets have been closed by 5 contributors!
Change History
Note: See
TracTickets for help on using
tickets.

Following PiwikServer#Updates
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.1" 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.phpChecked the web interface and everything seems fine, closing.