1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00
This commit is contained in:
eric_G 2024-09-03 14:50:26 +02:00 committed by GitHub
commit b29ea05496
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -274,6 +274,12 @@ then
# Then remove the config file
ynh_secure_remove --file="$nc_conf"
# Occasionally new mimetypes are added to better handle certain file types.
# Migrating the mimetypes take a long time on larger instances
# so this is not done automatically during upgrades.
# Use the command `occ maintenance:repair --include-expensive` to perform the migrations.
exec_occ maintenance:repair --include-expensive
#=================================================
# ALLOW USERS TO DISCONNECT FROM NEXTCLOUD
#=================================================