Frank Greif
Frank Greif
Me too: Nextcloud 21.0.7, ocr app 6.0.58. Same exception. "fixed" by commenting away line 48 of apps/ocr/lib/Migration/CleanupTessdata.php before calling occ upgrade. Could this possibly be fixed at the source by...
Hi @IFM-Ulm , somebody in https://help.nextcloud.com/t/fulltextsearch-does-not-work-after-update-to-nextcloud-20/95569/9 found out that the spelling of the platform name changed from ElasticSearch to Elasticsearch. Maybe the migration path did not consider this change.
Out of curiosity: https://github.com/nextcloud/fulltextsearch_elasticsearch#compatibility says the app is ONLY compatible with ES 7? OP has used a container with ES 8.6.1 -- please somebody clarify if this CAN even work?
> Docs are outdated. If you have a look at the `composer` dependencies, you'll see that since app version 26 the ES client 8.6.1 is used. So app version >=26...
Now I'm fully on track: NC on 26.0.4, ES on 8.6.1. And it seems the same result as described here: everything is fully indexed (index rebuilt with zero errors), but...
> Now I'm fully on track: NC on 26.0.4, ES on 8.6.1. And it seems the same result as described here: everything is fully indexed (index rebuilt with zero errors),...
Good to know somebody ~solved it~ worked around the problem. I did it the other way round: I increased the limit in the index configuration: ``` curl -XPUT http://127.0.0.1:9200/${INDEX}/_settings -H...
> 1. File gets deleted as soon as it gets detected, despite being set to log only. @EmilyLove26 The choice between 'delete' and 'log only' applies to background scans (cron)....