Upgrade to Nextcloud 30.x

Hello together,

update went fine and sync works. I have a yellow warning in the settings page:

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.

Any idea how to get rid of it? From where can I run the occ command?

Here is the doc: Nextcloud · syncloud/platform Wiki · GitHub

You need to connect using SSH and run the command:

snap run nextcloud.occ maintenance:repair --include-expensive

That fixed it. Thanks boris.

1 Like