You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: I've checked "Nextcloud Server is up to date" but it isn't (given that it is a requirement for reproducing this issue): it's at 30.0.8.
I have set 'updatechecker' => false on config.php, but I'm still getting update notifications by email and in the web interface. My expectation, given the documentation, is that Nextcloud shouldn't even check for updates:
Check if Nextcloud is up-to-date and shows a notification if a new version is available. It sends current version, php version, installation and last update time and release channel to the updater server which responds with the latest available version based on those metrics.
joshtrichards
changed the title
[Bug]: setting 'updatechcker' => false does not disable update notifications
[Bug]: setting 'updatechecker' => false does not disable update notifications
Apr 11, 2025
Bug description
Note: I've checked "Nextcloud Server is up to date" but it isn't (given that it is a requirement for reproducing this issue): it's at 30.0.8.
I have set
'updatechecker' => false
on config.php, but I'm still getting update notifications by email and in the web interface. My expectation, given the documentation, is that Nextcloud shouldn't even check for updates:Possibly related, but without replies: https://help.nextcloud.com/t/notification-of-update-still-visible-after-an-upgrade/193531
Possibly relevant code paths:
server/apps/updatenotification/lib/AppInfo/Application.php
Line 54 in a532737
server/lib/private/Updater/VersionCheck.php
Line 37 in a532737
Steps to reproduce
'updatechecker' => false,
onconfig.php
Expected behavior
Nextcloud should not check for updates, or at least not send notifications if
updatechecker
is set to false.The
has_internet_connection
option seems to disable the update checker for good, but if I'm not mistaken is also disables other features.Nextcloud Server version
30
Operating system
Other
PHP engine version
PHP 8.3
Web server
Other
Database engine version
PostgreSQL
Is this bug present after an update or on a fresh install?
None
Are you using the Nextcloud Server Encryption module?
Encryption is Disabled
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
Nextcloud Logs
Additional info
Operating system: NixOS 24.11.20250405.7819a0d
Webserver: Caddy 2.8.4
The text was updated successfully, but these errors were encountered: