Skip to content
Snippets Groups Projects
Commit d83c1135 authored by Arie Peterson's avatar Arie Peterson
Browse files

Merge branch '1118-configuring-webcron-fails' into 'main'

Resolve "Configuring webcron fails"

Closes #1118

See merge request !588
parents 22934bb5 03d258cc
No related branches found
No related tags found
1 merge request!588Resolve "Configuring webcron fails"
Pipeline #46880 passed with stages
in 10 minutes and 31 seconds
......@@ -65,9 +65,6 @@ data:
"debug": {{ .Values.nextcloud.debug }}
},
"apps":{
"core":{
"backgroundjobs_mode": "webcron"
},
"onlyoffice":{
"DocumentServerInternalUrl": "",
"DocumentServerUrl": "https:\/\/{{ .Values.onlyoffice.server_name }}\/",
......
......@@ -162,6 +162,9 @@ data:
# Config settings from the configmap above
run_as "php $occ config:import /var/local/config.json"
# We used to set this in `config.json` too, but ran into a nextcloud bug:
# https://github.com/nextcloud/server/issues/45083
run_as "php $occ config:app:set --value webcron --type string core backgroundjobs_mode"
echo "Updating database indices, columns, keys, etc."
run_as "php $occ db:add-missing-indices --no-interaction"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment