Ticket #807 (closed maintenance: fixed)
Piwik 2.9.0
| Reported by: | chris | Owned by: | chris |
|---|---|---|---|
| Priority: | major | Milestone: | Maintenance |
| Component: | Piwik | Keywords: | |
| Cc: | ed | Estimated Number of Hours: | 0.0 |
| Add Hours to Ticket: | 0 | Billable?: | yes |
| Total Hours: | 0.25 |
Description
New version of Piwik:
Piwik 2.9.0 is a new major release of Piwik! In this release we have focused on reliability and stability. 58 tickets have been closed by more than 8 contributors!
Change History
Note: See
TracTickets for help on using
tickets.

Following the PiwikServer#Updates notes:
sudo -i vi /web/stats.transitionnetwork.org/piwik/config/config.ini.php cd /web/stats.transitionnetwork.org/ cp piwik/config/config.ini.php . export PIWIK="2.9.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. *** Update *** 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 2.8.3 to the new version 2.9.0. The following dimensions will be updated: log_visit.config_browser_engine. The database upgrade process may take a while, so please be patient. Done! **************************************** Piwik has been successfully updated! **************************************** /etc/init.d/php5-fpm restart vi /web/stats.transitionnetwork.org/piwik/config/config.ini.phpChecked the "System Check" page and all appears to be well.