Skip to content
Snippets Groups Projects

Resolve "Examine and fix new nextcloud setup warnings"

Merged Arie Peterson requested to merge 1116-examine-and-fix-new-nextcloud-setup-warnings into main
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -168,6 +168,8 @@ data:
run_as "php $occ db:add-missing-columns --no-interaction"
run_as "php $occ db:add-missing-primary-keys --no-interaction"
run_as "php $occ db:convert-filecache-bigint --no-interaction"
echo "Running maintenance:repair, this can take a long time."
run_as "php $occ maintenance:repair --include-expensive --no-interaction"
{{- if .Values.scim.token }}
run_as "php $occ config:app:set scimserviceprovider jwt-secret --value="'"{{ .Values.scim.token }}"'
Loading