Update all apps
This commit is contained in:
		
							parent
							
								
									b8acfca98e
								
							
						
					
					
						commit
						f36c602a0e
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		|  | @ -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/ | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue