From 10a5b4e96bf9f4e1a38c6ba4c713d216a921a3aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Kn=C3=B6ppler?= <6317548+theCalcaholic@users.noreply.github.com> Date: Wed, 6 Nov 2024 13:05:46 +0100 Subject: [PATCH] nc-init.sh: Add maintenance:repair step to nextcloud initialization MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tobias Knöppler <6317548+theCalcaholic@users.noreply.github.com> --- bin/ncp/CONFIG/nc-init.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/ncp/CONFIG/nc-init.sh b/bin/ncp/CONFIG/nc-init.sh index 0bc62554c..09c9e1c0e 100644 --- a/bin/ncp/CONFIG/nc-init.sh +++ b/bin/ncp/CONFIG/nc-init.sh @@ -189,6 +189,7 @@ EOF # TODO temporary workaround for https://github.com/nextcloud/server/pull/13358 ncc -n db:convert-filecache-bigint ncc db:add-missing-indices + ncc maintenance:repair --include-expensive # Default trusted domain (only from ncp-config) test -f /usr/local/bin/nextcloud-domain.sh && {