使用 occ maintenance:repair –include-expensive 解决 Nextcloud MIME 类型迁移提示问题
在维护或升级 Nextcloud 实例时,系统可能会提示如下警告信息: One or more mimetype migrations are available.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. 该提示说明系统中存在尚未迁移的 MIME 类型(用于识别不同文件格式),这是由于新版 …