Skip to content

Commit

Permalink
suppress setup check warning
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
enoch85 authored Oct 19, 2024
1 parent e3b2158 commit 74c8b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextcloud_update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74c8b54

Please sign in to comment.