During upgrades, before the DB migration is complete, the system is not
usable, but there's no way for monitoring systems to detect this.
Add the 'needupgrade' field to the status json so monitoring systems can
detect this.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Kristof Provost 2016-09-29 17:14:00 +02:00 коммит произвёл Roeland Jago Douma
Родитель b946e3ecfb
Коммит 9963bdaeb9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 1E152838F164D13B
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -41,6 +41,7 @@ try {
$values=array(
'installed'=>$installed,
'maintenance' => $maintenance,
'needsDbUpgrade' => \OCP\Util::needUpgrade(),
'version'=>implode('.', \OCP\Util::getVersion()),
'versionstring'=>OC_Util::getVersionString(),
'edition'=> '',