https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37066
--- Comment #4 from David Cook <[email protected]> --- (In reply to Daniel from comment #3) > Thanks for your responses. I see now the background_jobs "Update > Elasticsearch index" are all staged and not executing. Status = "new", > progress = "null/1", and started/ended fields are blank. Is there a setting > or another method to have these run in real time? > > Note, I'm not familiar with the ES indexer worker. Is this applicable if my > ES nodes are on a different server? There's just the background queue. Currently, no way to do it in real time from the web app (although sometimes I think we should add such a setting for single record modifications). How have you installed Koha? If you're using the Debian packages, you can run a command like "koha-es-indexer --start --quiet $(koha-list --enabled --elasticsearch)" This command is automatically run when the "koha-common" service is started. In your /var/log/koha/<instance>/ directory there should be files like es-indexer-error.log and es-indexer-output.log -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
