forked from jakub/ansible
fix
This commit is contained in:
@@ -589,6 +589,13 @@
|
||||
{{ nextcloud_container | quote }} \
|
||||
php occ app:update --all
|
||||
|
||||
current_step="running database upgrade after application updates"
|
||||
echo "Running database upgrade after application updates"
|
||||
|
||||
{{ docker_cmd }} exec -u www-data \
|
||||
{{ nextcloud_container | quote }} \
|
||||
php occ upgrade --no-interaction
|
||||
|
||||
current_step="running Nextcloud maintenance repair"
|
||||
echo "Running Nextcloud maintenance repair"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user