Disable update-check

Is there a way to disable the Nextcloud-server-update-check?

Our servers don’t have - and won’t get - an outside connection and so all update-checks fail resulting in too much errors (GuzzleHttp\Exception\ConnectException: cURL error 7: couldn’t connect to host).

From the Docs Config.php Parameters

'updatechecker' => false,
'has_internet_connection' => false,
2 Likes

Great! Thanks a lot!

Why it doesn’t work for me?
I added
‘updatechecker’ =>; false, ‘has_internet_connection’ => false,
into config.php
and the app update required msg still on my index.php.

There is a semicolon just before the first false. That should not be there and maybe that is the reason why it doesn‘t work.

sorry, that wasn’t in my config.php
only ‘updatechecker’ => false,