diff --git a/nextcloud.resisttechmonopolies.online.occ b/nextcloud.resisttechmonopolies.online.occ index a48d0be..4de8785 100644 --- a/nextcloud.resisttechmonopolies.online.occ +++ b/nextcloud.resisttechmonopolies.online.occ @@ -6,3 +6,9 @@ # See: https://docs.nextcloud.com/server/30/admin_manual/configuration_server/background_jobs_configuration.html abra app command nextcloud.resisttechmonopolies.online app run_occ "'config:system:set maintenance_window_start --type=integer --value=1'" + +# The paragraph below shows as a warning to an admin user sometimes. +# "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." +abra app command nextcloud.resisttechmonopolies.online app run_occ "'maintenance:repair --include-expensive'"