Skip to content
Snippets Groups Projects
Commit a7503dc4 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

Enables activity on next update.

parent dd9cf50d
No related branches found
No related tags found
No related merge requests found
......@@ -14,11 +14,7 @@ spec:
- /bin/echo start update;
/usr/local/bin/php occ status;
/usr/local/bin/php occ upgrade;
/usr/local/bin/php occ app:disable dashboard;
/usr/local/bin/php occ db:add-missing-indices -n;
/usr/local/bin/php occ db:add-missing-primary-keys -n;
/usr/local/bin/php occ db:convert-filecache-bigint -n;
/usr/local/bin/php occ db:add-missing-columns -n
/usr/local/bin/php occ app:enable activity;
env:
- name: INSTALLED
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