Ticket #801 (closed maintenance: fixed)

Opened 2 years ago

Last modified 2 years ago

Piwik 2.8.3

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 today:

Piwik 2.8.3 is a new minor release of Piwik, fixing an issue discovered in Piwik 2.8.3. 2 tickets have been closed by 2 contributors!

http://piwik.org/changelog/piwik-2-8-3/

And yesterday:

Piwik 2.8.2 is a new minor release of Piwik, fixing an issue affecting some users of Nginx. 6 tickets have been closed by 5 contributors!

http://piwik.org/changelog/piwik-2-8-2/

Change History

comment:1 Changed 2 years 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 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.8.3"
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
/etc/init.d/php5-fpm restart
vi /web/stats.transitionnetwork.org/piwik/config/config.ini.php

Did a system check and everything seems fine.

I have updated the wiki, PiwikServer#Updates and am closing this ticket.

Note: See TracTickets for help on using tickets.