Description
Hi all,
It would be great if using the command line upgrade or the web upgrade would automatically replay the logs for you once complete.
Currently there is no easy way to do this as it requires somehow finding the correct "piwik.php" requests in a very large Apache log file and then importing them using the python import file.
If there was a config option to redirect logs or similar, so that when it comes to the shouldRecordStatistics()
function in core\Tracker.php it is able to divert or create a special log file in the /tmp dir, that file could then be imported once the upgrade has been completed without losing any tracking information.
Are there any plans to reconfigure how upgrades work so that larger installations can update more easily?
Thanks
Alex