Add extra flag to enable doing things like migrating MIME types. May increase the amount of time by quite a bit on large systems, but mine is small. :)
This commit is contained in:
		@@ -69,7 +69,7 @@ docker exec -itu www-data nc-app ./occ files:scan-app-data
 | 
			
		||||
echo -e "\n`date` - Theme Update"
 | 
			
		||||
docker exec -itu www-data nc-app ./occ maintenance:theme:update
 | 
			
		||||
echo -e "\n`date` - Repair"
 | 
			
		||||
docker exec -itu www-data nc-app ./occ maintenance:repair
 | 
			
		||||
docker exec -itu www-data nc-app ./occ maintenance:repair --include-expensive
 | 
			
		||||
 | 
			
		||||
# May also be useful but do not have much experience with them.
 | 
			
		||||
echo -e "\n`date` - Clean Versions"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user