Opened 3 years ago

Closed 3 years ago

#30 closed task (fixed)

Piwik 2.14.2

Reported by: chris Owned by: chris
Priority: major Milestone: Maintenance
Component: piwik Version:
Keywords: Cc: jenny, gillian
Estimated Number of Hours: 0.25 Add Hours to Ticket: 0
Billable?: yes Total Hours: 0.15

Description

The Changelog:

What’s new in Piwik 2.14.2?

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

15 tickets have been closed by 6 contributors.

(I'll do this now and record the time in August)

Change History (2)

comment:1 Changed 3 years ago by chris

Piwik has been updated to the latest version with no issues, it was done following the notes at wiki:Piwik#Upgrades:

sudo -i
cd /var/www
vi piwik/config/config.ini.php
export PIWIK="2.14.2"
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
cp piwik/config/config.ini.php .
tar -zxvf piwik-$PIWIK.tar.gz
cp config.ini.php piwik/config/
    *** 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.14.0 to the new version 2.14.2.

    *** Note: this is a Dry Run ***


    *** End of Dry Run ***

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.14.0 to the new version 2.14.2.

    The database upgrade process may take a while, so please be patient.


****************************************
  Piwik has been successfully updated!  
****************************************
vi piwik/config/config.ini.php

The web interface was checked and everything seems fine.

comment:2 Changed 3 years ago by chris

  • Add Hours to Ticket changed from 0 to 0.15
  • Resolution set to fixed
  • Status changed from new to closed
  • Total Hours set to 0.15

Recording time spent on this.

Note: See TracTickets for help on using tickets.