mirror of
https://github.com/nextcloud/vm.git
synced 2025-08-16 16:04:36 +00:00
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 <mailto@danielhansson.nu>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user