From 74c8b54a34375d9ecb894cbfc90ba60f317b18a8 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Sat, 19 Oct 2024 14:59:07 +0200 Subject: [PATCH] suppress setup check warning One or more mimetype migrations are available. Occasionally new mimetypes are added to better handle certain file types. Migrating the mimetypes take a long time on larger instances so this is not done automatically during upgrades. Use the command `occ maintenance:repair --include-expensive` to perform the migrations. Signed-off-by: Daniel Hansson --- nextcloud_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud_update.sh b/nextcloud_update.sh index bb1701f0..bb98f31a 100644 --- a/nextcloud_update.sh +++ b/nextcloud_update.sh @@ -1202,7 +1202,7 @@ Please check in $BACKUP if the folders exist." fi # Repair -nextcloud_occ maintenance:repair +nextcloud_occ maintenance:repair --include-expensive # Update Bitwarden if is_docker_running