Hello, i have startet the matomo cronjob manually in the SSH console with saving a log file.
php /path/to/matomo/console core:archive --url=https://matomo.example.com/ > /path/to/logfiles/matomo-archive.log
Its the first time to run a “cronjob” in my matomo installation.
In the log file are logs like this:
e[32mINFO [2023-04-19 11:53:29] 55728 e[39m Archived website id 2, period = day, date = 2020-12-11, segment = '', 47 visits found. Time elapsed: 0.507s
e[32mINFO [2023-04-19 11:53:29] 55728 e[39m Archived website id 2, period = day, date = 2020-12-10, segment = '', 65 visits found. Time elapsed: 0.507s
e[32mINFO [2023-04-19 11:53:30] 55728 e[39m Archived website id 2, period = week, date = 2020-12-07, segment = '', 470 visits found. Time elapsed: 0.506s
e[32mINFO [2023-04-19 11:53:30] 55728 e[39m Archived website id 2, period = day, date = 2020-12-05, segment = '', 77 visits found. Time elapsed: 0.506s
e[32mINFO [2023-04-19 11:53:30] 55728 e[39m Archived website id 2, period = day, date = 2020-12-04, segment = '', 50 visits found. Time elapsed: 0.506s
e[32mINFO [2023-04-19 11:53:30] 55728 e[39m Archived website id 2, period = month, date = 2020-12-01, segment = '', 2264 visits found. Time elapsed: 0.278s
e[32mINFO [2023-04-19 11:53:33] 55728 e[39m Archived website id 2, period = week, date = 2020-11-30, segment = '', 557 visits found. Time elapsed: 2.241s
e[32mINFO [2023-04-19 11:53:41] 55728 e[39m Archived website id 2, period = year, date = 2020-01-01, segment = '', 27898 visits found. Time elapsed: 8.520s
and many many many more with old dates.
The logfile are over 2 MB …
This looks like old data was until now not archived ?