Update all apps

This commit is contained in:
Jan Beilicke 2025-04-18 21:37:23 +02:00
parent b8acfca98e
commit f36c602a0e

View file

@ -207,6 +207,11 @@
chdir: /home/{{ docker_user }}/nextcloud/
cmd: docker-compose exec -T -u www-data nextcloud-app /bin/sh -c './occ config:system:set maintenance_window_start --value=1 --type=integer'
- name: "docker-compose: Update all apps using occ"
shell:
chdir: /home/{{ docker_user }}/nextcloud/
cmd: docker-compose exec -T -u www-data nextcloud-app /bin/sh -c './occ app:update --all'
- name: "docker-compose: Add missing indices using occ"
shell:
chdir: /home/{{ docker_user }}/nextcloud/