Changes between Version 90 and Version 91 of PiwikServer
- Timestamp:
- 09/05/14 10:41:59 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PiwikServer
v90 v91 100 100 }}} 101 101 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.102 Login and do a [https://stats.transitionnetwork.org/index.php?module=Installation&action=systemCheckPage&idSite=1&period=day&date=today system check]. 103 103 104 The Transition Network logo is now uploaded via the web interface, see ticket:697#comment:3 104 == Logo == 105 106 For 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. 105 107 106 108 == Cron == … … 110 112 {{{ 111 113 MAILTO="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 115 5 1-23 * * * www-data /web/stats.transitionnetwork.org/piwik/console core:archive --url=http://stats.transitionnetwork.org/ >> /var/log/piwik-archive.log 113 116 }}} 117 118 It 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. 114 119 115 120 The log file that is created, {{{/var/log/piwik-archive.log}}} is rotated by logrotate which is configured with {{{/etc/logrotate.d/piwik}}} which contains: