add nextcloud upgrade hooks
This commit is contained in:
parent
5e24decfae
commit
a9478fa80a
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@ nextcloud:
|
||||||
- app run_occ 'app:disable dashboard'
|
- app run_occ 'app:disable dashboard'
|
||||||
- app run_occ 'config:system:set upgrade.disable-web --value=true'
|
- app run_occ 'config:system:set upgrade.disable-web --value=true'
|
||||||
- app set_system_config activity_expire_days 180
|
- app set_system_config activity_expire_days 180
|
||||||
|
upgrade-hooks:
|
||||||
|
- app run_occ db:add-missing-indices
|
||||||
|
- app run_occ 'maintenance:repair --include-expensive'
|
||||||
wordpress:
|
wordpress:
|
||||||
env:
|
env:
|
||||||
LOCALE: 'de_DE'
|
LOCALE: 'de_DE'
|
||||||
|
|
Loading…
Reference in a new issue