From 4e0a6356b87550ab134b8c15c3da3e55569086c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:58:06 +0200 Subject: [PATCH] Update upgrade --- scripts/upgrade | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 88d36e4..4c19802 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -302,9 +302,8 @@ then # 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. exec_occ maintenance:repair --include-expensive - + #================================================= # ALLOW USERS TO DISCONNECT FROM NEXTCLOUD #=================================================