Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full text search makes the server unstable (= can't be reached any more) #858

Closed
ferdiga opened this issue Aug 17, 2024 · 12 comments
Closed

Comments

@ferdiga
Copy link

ferdiga commented Aug 17, 2024

20240817 114315 Disabled apps - App Store - Nextcloud

Version 29.0.0
[Nextcloud Hub 8] (29.0.4)

BTW this suddenly occurred, after it was working before - may be upgrading to 29.0.4 caused the issue

@joergmschulz
Copy link

no, it's the groupfolders function :-(

@ferdiga
Copy link
Author

ferdiga commented Aug 17, 2024

Not nice, can't disable group folders - obviously

@joergmschulz
Copy link

joergmschulz commented Aug 17, 2024

do the following for the time being:
php occ app:disable groupfolders
go to the fulltextsearch admin panel
disable the groupfolders search
php occ app:enable groupfolders
Then you're up and running - look in these issues, a fix seems to be under way, so using the next fulltextsearch version will enable groupfolders search again.

@ferdiga
Copy link
Author

ferdiga commented Aug 17, 2024

thanks

@ferdiga
Copy link
Author

ferdiga commented Aug 17, 2024

that did it for me:

  • update oc_appconfig set configvalue=0 where configkey='files_group_folders' and appid='files_fulltextsearch';
  • occ app:enable fulltextsearch

@dvaerum
Copy link

dvaerum commented Aug 19, 2024

You can also do this by only using the occ

occ config:app:set files_fulltextsearch files_group_folders --value 0

and to verify

occ config:app:get files_fulltextsearch files_group_folders

@sebix
Copy link

sebix commented Aug 19, 2024

Or apply the patch from nextcloud/files_fulltextsearch#265

@ferdiga
Copy link
Author

ferdiga commented Aug 20, 2024

do the following for the time being:
php occ app:disable groupfolders

sorry to say - A VERY INCONVENIENT PROPOSAL

The sync client does find these Folders any more and deletes all local files.
These are not lost, but

  • have to be marked for sync again
  • and thereafter obviously downloaded again (+100GB in my case)

@joergmschulz
Copy link

seems like it's working with the nc 29.0.5 version

@ferdiga
Copy link
Author

ferdiga commented Aug 21, 2024

seems like it's working with the nc 29.0.5 version

can confirm this

@joergmschulz
Copy link

maybe you want to close this issue as it is resolved?

@ferdiga ferdiga closed this as completed Aug 22, 2024
@ferdiga
Copy link
Author

ferdiga commented Aug 22, 2024

solved in latest release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants