nextcloud/server

Hide `occ upgrade` output when using `--quiet`

Open

#19,974 opened on Mar 15, 2020

View on GitHub
 (3 comments) (1 reaction) (0 assignees)PHP (4,865 forks)batch import
1. to developenhancementfeature: install and updatefeature: occgood first issue

Repository metrics

Stars
 (34,953 stars)
PR merge metrics
 (Avg merge 20d) (627 merged PRs in 30d)

Description

Hi,

i use the command “/occ upgrade --quiet --no-interaction” but i still get the output:

Nextcloud or one of the apps require upgrade - only a limited number of commands are available
You may use your browser or the occ upgrade command to do the upgrade
Maintenance mode disabled
Why is this displayed although I use the “quiet” switch?

Nextcloud 18.0.2

Contributor guide