Skip to content

Commit 74c8b54

Browse files
authored
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 <[email protected]>
1 parent e3b2158 commit 74c8b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextcloud_update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1202,7 +1202,7 @@ Please check in $BACKUP if the folders exist."
12021202
fi
12031203

12041204
# Repair
1205-
nextcloud_occ maintenance:repair
1205+
nextcloud_occ maintenance:repair --include-expensive
12061206

12071207
# Update Bitwarden
12081208
if is_docker_running

0 commit comments

Comments
 (0)