Skip to content
Snippets Groups Projects
Unverified Commit ff806daf authored by Varac's avatar Varac
Browse files

Apply 4 suggestion(s) to 1 file(s)

parent d0db4cec
No related branches found
No related tags found
1 merge request!139Fix NC app updates, run maintenance tasks
......@@ -29,14 +29,14 @@ data:
setup-apps.sh: |
#!/bin/bash
#
# This is a post-install,post-upgrade helm hook, which
# This script gets executed by a post-install,post-upgrade helm hook, which
#
# * Persists and loads the onlyoffice-config.json config file
# * Run upgrade routines after installation of a new release.
# * Runs upgrade routines after installation of a new release.
# * Updates all applications
# * Installs all apps declared in the `apps` helm values array
# * Configures single-sign-on
# * Update database indices, columns, keys, etc needed after NC upgrade
# * Updates database indices, columns, keys, etc needed after NC upgrade
set -ev
......@@ -46,7 +46,6 @@ data:
occ="/var/www/html/occ"
# Run upgrade routines after installation of a new release.
php $occ upgrade --no-interaction
# Enable app store so we can run `install` and `enable` commands
php $occ config:system:set appstoreenabled --type boolean --value true
......
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