From 9e2b4808214ad3eb3a4c46ffa09218605096d900 Mon Sep 17 00:00:00 2001 From: Jos Poortvliet Date: Mon, 3 May 2021 12:48:04 +0200 Subject: [PATCH] add info about updater Signed-off-by: Jos Poortvliet --- .../configuration_server/config_sample_php_parameters.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index 6111951b7..bfab4f992 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -854,7 +854,9 @@ Defaults to ``false`` 'updatechecker' => true, Check if Nextcloud is up-to-date and shows a notification if a new version is -available. +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. Defaults to ``true``