We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bcde95 commit 5fb2f2cCopy full SHA for 5fb2f2c
k8s/jobs/mediawikiUpdate.yaml
@@ -45,9 +45,9 @@ spec:
45
curl --fail --location --silent --request PUT \
46
"http://${PLATFORM_API_BACKEND_HOST}/backend/setWikiDbVersion?domain=${WBS_DOMAIN}&dbVersion=${MW_VERSION}"
47
log_info "database version updated to ${MW_VERSION}"
48
- curl --fail --location --silent --request PUT \
49
log_info "Pause for 2 minutes before disabling readOnly mood"
50
sleep 120
+ curl --fail --location --silent --request PUT \
51
"http://${PLATFORM_API_BACKEND_HOST}/backend/setWikiReadOnly?domain=${WBS_DOMAIN}&readOnly=0"
52
log_info "readOnly mode will be disabled for ${WBS_DOMAIN}"
53
else
0 commit comments