Changes between Version 90 and Version 91 of PiwikServer


Ignore:
Timestamp:
09/05/14 10:41:59 (2 years ago)
Author:
chris
Comment:

Added PiwikServer#Logo section and updated PwikiServer#Cron?

Legend:

Unmodified
Added
Removed
Modified
  • PiwikServer

    v90 v91  
    100100}}} 
    101101 
    102 Login and do a [https://stats.transitionnetwork.org/index.php?module=Installation&action=systemCheckPage&idSite=1&period=day&date=today system check], there will be an error because we have overwritten three logo files, see ticket:672, but there shouldn't be any other errors. 
     102Login and do a [https://stats.transitionnetwork.org/index.php?module=Installation&action=systemCheckPage&idSite=1&period=day&date=today system check]. 
    103103 
    104 The Transition Network logo is now uploaded via the web interface, see ticket:697#comment:3 
     104== Logo == 
     105 
     106For a while there was an error because we have overwritten three logo files, see ticket:672, but now the Transition Network logo is now uploaded via the web interface, see ticket:697#comment:3 and this isn't an issue. 
    105107 
    106108== Cron == 
     
    110112{{{ 
    111113MAILTO="root@localhost" 
    112 5 * * * * www-data /web/stats.transitionnetwork.org/piwik/console core:archive --url=http://stats.transitionnetwork.org/ >> /var/log/piwik-archive.log 
     114#5 * * * * www-data /web/stats.transitionnetwork.org/piwik/console core:archive --url=http://stats.transitionnetwork.org/ >> /var/log/piwik-archive.log 
     1155 1-23 * * * www-data /web/stats.transitionnetwork.org/piwik/console core:archive --url=http://stats.transitionnetwork.org/ >> /var/log/piwik-archive.log 
    113116}}} 
     117 
     118It doesn't run at 5 past midnight as there were often errors when it ran at this time, probably because the MySQL database backup is also running, see ticket:768#comment:6. 
    114119 
    115120The log file that is created, {{{/var/log/piwik-archive.log}}} is rotated by logrotate which is configured with {{{/etc/logrotate.d/piwik}}} which contains: