Ticket #866 (closed maintenance: fixed)

Opened 16 months ago

Last modified 16 months ago

Piwik 2.14.1

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

Description

The changelog:

What’s new in Piwik 2.14.1?

In this release we have focused on fixing a few regressions reported in the last major release Piwik 2.14.0, as well as 27 other small improvements. As always we – the Piwik team – are very interested to hear your feedback!

27 tickets have been closed by 6 contributors.

Change History

comment:1 Changed 16 months ago by chris

  • Add Hours to Ticket changed from 0.0 to 0.25
  • Total Hours changed from 0.0 to 0.25

Following wiki:PiwikServer#Updates:

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.14.1"
wget "https://builds.piwik.org/piwik-$PIWIK.tar.gz"
wget "https://builds.piwik.org/piwik-$PIWIK.tar.gz.asc"
gpg --verify piwik-$PIWIK.tar.gz.asc
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

*************************************
  Everything is already up to date.  
*************************************

/etc/init.d/php5-fpm restart
vi /web/stats.transitionnetwork.org/piwik/config/config.ini.php

The system check was checked and everything seems fine, closing this ticket.

comment:2 Changed 16 months ago by chris

  • Status changed from new to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.