Skip to content

Commit

Permalink
nc-init.sh: Add maintenance:repair step to nextcloud initialization
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias Knöppler <[email protected]>
  • Loading branch information
theCalcaholic committed Nov 6, 2024
1 parent 430e56e commit 10a5b4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/ncp/CONFIG/nc-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 && {
Expand Down

0 comments on commit 10a5b4e

Please sign in to comment.