Closed Tiller closed 3 months ago
Hi,
Thank you all for the quick feedback! Just before we continue, your instance is still up and running, right? Only the persistent warning is causing a moderate annoyance? I'm trying to gauge the severity
Hi, Yes, my instance is up and running and I haven't noticed any issue aside this warning. But I haven't used it that much yet
I am affected too, I thought I made a mistake, but it seems to be a bug. Instance running fine, except this message
me too.....
Please use the reactions, no comments are needed if you also experience this, thank you :) We'll investigate!
occ setupchecks
)?occ config:app:get files mimetype_version
?29.0.5.1
Affects also v28.0.9 (confirmed) since https://github.com/nextcloud/server/pull/45966 has been backported.
I am having the same issue after updated to version Nextcloud Hub 8 (29.0.5)
after update 27.1.11.3
-> 28.0.9.1
and after occ maintenance:repair --include-expensive
occ setupchecks
[..]
✓ Memcache: Configured
⚠ Mimetype migrations available: 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.
✓ Architecture: 64-bit
[..]
occ config:app:get files mimetype_version
28.0.9.1
I have the same problem with three nextcloud instances updated to version 29.0.5, 2 on x86_x64 platform and one arm64 raspberry
launched command more than once:
sudo -u www-data php occ maintenance:repair --include-expensive
but the error remains in the administration settings
Is there a way to resolve this or should a new NextCloud release be released?
I also encountered the same problem
I also encountered the same problem (29.0.5, on x86_x64 platform)
Guys, please : https://github.com/nextcloud/server/issues/47359#issuecomment-2299679046
Please use the reactions, no comments are needed if you also experience this, thank you :)
Having it on my private instance as well. The actual issue is https://github.com/nextcloud/server/blob/9a2f026bd675dba99c04e380cf084e6ccd5fe96d/lib/private/Repair/RepairMimeTypes.php#L402
It basically on the backport it was not updated to the 29 version and still yields when below 30: https://github.com/nextcloud/server/blob/stable29/lib/private/Repair/RepairMimeTypes.php#L427
⚠️ This issue respects the following points: ⚠️
Bug description
I just upgraded to nextcloud 29.0.5 from version 29.0.4 via the updater. Then ran the migration through the updater and then ran
occ db:add-missing-indices
in my shell that added an index on oc_systemtag_object_mapping.After checking the administrative panel, I have the following warning:
I tried to run the command, that gave the following output:
But the warning is still present in the administrative console. I then tried to restart apache2 : same.
I tried
occ maintenance:mimetype:update-db
:Then
occ maintenance:mimetype:update-js
:But warning is still present (I retried
occ maintenance:repair --include-expensive
with no luck)Steps to reproduce
Expected behavior
Warning should disappear and/or if the given command is not the working command, the warning text should be updated
Installation method
Community Manual installation with Archive
Nextcloud Server version
29
Operating system
Debian/Ubuntu
PHP engine version
PHP 8.2
Web server
Apache (supported)
Database engine version
PostgreSQL
Is this bug present after an update or on a fresh install?
Updated from a MINOR version (ex. 28.0.1 to 28.0.2)
Are you using the Nextcloud Server Encryption module?
None
What user-backends are you using?
Configuration report
List of activated Apps
Nextcloud Signing status
No response
Nextcloud Logs
Additional info
No response