Closed narfk closed 3 years ago
The update check returns the latest version correctly:
The only way I can think of to check here would be to output $url
(e.g. with var_dump($url);
) here:
https://github.com/matomo-org/matomo/blob/115527353a9e75e01aa4d263408956ae45403bea/plugins/CoreUpdater/ReleaseChannel.php#L34-L39
@narfk are you basically missing the 4.1.1 update? Does it maybe show up by now? You could also try clicking the "check for updates" button in the Admin area of Matomo
@tsteur after the manual update to version 4.0.0 with the zip archive. matomo didn't find any 4.0.* updates. for sure i was also trying to check for new updates. in the devtools (network) i can see the it results with a http code 200 (successfull). but noting happens.
@narfk any chance you can send us the output of the system report which you find in Administration -> System Report? There is a button to copy/paste the text and the data should be anonymised.
Here we go:
@narfk any chance you set the "Multi Server Environment: 1" setting in the config recently? That might explain this.
This was the output from my servers on a load balancing environment - so this setting seems ok for me. On my Testserver the Setting is Multi Server Environment: 0 - the problem is the same.
Could you also post the system check output from your test server @narfk
The API itself would return the correct result in this case @narfk https://api.matomo.org/1.0/getLatestVersion/?piwik_version=4.1.1&php_version=7.4.14&release_channel=latest_stable&mysql_version=8.0.23&trigger=CoreHome&timezone=UTC
Any chance you are familiar with a bit of PHP? I could suggest maybe one or two files to tweak to see if the request maybe somehow fails for you or so.
Any chance in your config/config.ini.php there is maybe a setting enable_auto_update = 0
?
I'm familiar- so this is not a big thing.
I made a new attempt for an update from 3 to 4.1.1. Maybe something went wrong in my first try? I see that the navigation in the backend is different. In the first attempt I see all points - now the subpoints are hidden and are only displayed when clicking on the main point. Maybe a hint?
Anyway. Yes in my settings i have enable_auto_update = 0 because i don't want a automatich update on my production servers. Is this wrong?
I see that the navigation in the backend is different. In the first attempt I see all points - now the subpoints are hidden and are only displayed when clicking on the main point. Maybe a hint?
This is an intentional new feature https://github.com/matomo-org/matomo/issues/16793
Anyway. Yes in my settings i have enable_auto_update = 0 because i don't want a automatich update on my production servers. Is this wrong?
Ah, I think this is where the misunderstanding comes from. Matomo will never update itself automatically (without you initializing, like Wordpress now does with patch releases), but I think this setting just disables the update check.
I will try enable_auto_update for the next update and I will report the result here
enable_auto_update=0
would explain this @narfk I'm quite confident it will work once you set the setting to 1
. If it doesn't work feel free to comment any time and we'll reopen the issue. Thanks
My Version is 4.1.0 Release Channel ist latest stable. Even when i'm switching to latest Beta the Updatechecker return 'You are using the latest version of Matomo!'
Is there any way to figure out what is going wrong? I made the Updates from 3 to 4 (and from 4.0.0 to 4.1.0) with the ZIP download.