Search function do not works correctly after updating zammad

Infos:

  • Used Zammad version: Zammad version 6.3.1-17
  • Used Zammad installation type: package
  • Operating system: Red Hat Enterprise Linux release 9.4
  • Browser + version: chrome 125.0.6422.113

Expected behavior:

  • search function works correctly

Actual behavior:

  • search function do not works correctly after updating zammad to 6.3 and elastic search to 7.17.21
  1. I have installed /usr/share/elasticsearch/bin/elasticsearch-plugin install ingest-attachment
  2. the out put of zammad run rake searchindex:rebuild --trace
rake aborted!
Don't know how to build task 'searchindex:rebuild' (See the list of available tasks with `rake --tasks`)
/opt/zammad/vendor/bundle/ruby/3.2.0/gems/rake-13.1.0/lib/rake/task_manager.rb:59:in `[]'
/opt/zammad/vendor/bundle/ruby/3.2.0/gems/rake-13.1.0/lib/rake/application.rb:181:in `invoke_task'
/opt/zammad/vendor/bundle/ruby/3.2.0/gems/rake-13.1.0/lib/rake/application.rb:138:in `block (2 levels) in top_level'
/opt/zammad/vendor/bundle/ruby/3.2.0/gems/rake-13.1.0/lib/rake/application.rb:138:in `each'
/opt/zammad/vendor/bundle/ruby/3.2.0/gems/rake-13.1.0/lib/rake/application.rb:138:in `block in top_level'
/opt/zammad/vendor/bundle/ruby/3.2.0/gems/rake-13.1.0/lib/rake/application.rb:147:in `run_with_threads'
/opt/zammad/vendor/bundle/ruby/3.2.0/gems/rake-13.1.0/lib/rake/application.rb:132:in `top_level'
/opt/zammad/vendor/bundle/ruby/3.2.0/gems/rake-13.1.0/lib/rake/application.rb:83:in `block in run'
/opt/zammad/vendor/bundle/ruby/3.2.0/gems/rake-13.1.0/lib/rake/application.rb:208:in `standard_exception_handling'
/opt/zammad/vendor/bundle/ruby/3.2.0/gems/rake-13.1.0/lib/rake/application.rb:80:in `run'
/opt/zammad/vendor/bundle/ruby/3.2.0/gems/rake-13.1.0/exe/rake:27:in `<top (required)>'
/opt/zammad/vendor/bundle/ruby/3.2.0/bin/rake:25:in `load'
/opt/zammad/vendor/bundle/ruby/3.2.0/bin/rake:25:in `<top (required)>'
/opt/zammad/vendor/bundle/ruby/3.2.0/gems/bundler-2.4.22/lib/bundler/cli/exec.rb:58:in `load'
/opt/zammad/vendor/bundle/ruby/3.2.0/gems/bundler-2.4.22/lib/bundler/cli/exec.rb:58:in `kernel_load'
/opt/zammad/vendor/bundle/ruby/3.2.0/gems/bundler-2.4.22/lib/bundler/cli/exec.rb:23:in `run'
/opt/zammad/vendor/bundle/ruby/3.2.0/gems/bundler-2.4.22/lib/bundler/cli.rb:492:in `exec'
/opt/zammad/vendor/bundle/ruby/3.2.0/gems/bundler-2.4.22/lib/bundler/vendor/thor/lib/thor/command.rb:28:in `run'
/opt/zammad/vendor/bundle/ruby/3.2.0/gems/bundler-2.4.22/lib/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
/opt/zammad/vendor/bundle/ruby/3.2.0/gems/bundler-2.4.22/lib/bundler/vendor/thor/lib/thor.rb:527:in `dispatch'
/opt/zammad/vendor/bundle/ruby/3.2.0/gems/bundler-2.4.22/lib/bundler/cli.rb:34:in `dispatch'
/opt/zammad/vendor/bundle/ruby/3.2.0/gems/bundler-2.4.22/lib/bundler/vendor/thor/lib/thor/base.rb:584:in `start'
/opt/zammad/vendor/bundle/ruby/3.2.0/gems/bundler-2.4.22/lib/bundler/cli.rb:28:in `start'
/opt/zammad/vendor/bundle/ruby/3.2.0/gems/bundler-2.4.22/exe/bundle:37:in `block in <top (required)>'
/opt/zammad/vendor/bundle/ruby/3.2.0/gems/bundler-2.4.22/lib/bundler/friendly_errors.rb:117:in `with_friendly_errors'
/opt/zammad/vendor/bundle/ruby/3.2.0/gems/bundler-2.4.22/exe/bundle:29:in `<top (required)>'
/opt/zammad/bin/bundle:121:in `load'
/opt/zammad/bin/bundle:121:in `<main>'

Steps to reproduce the behavior:

  • update zammad

The namespace has been changed some versions before. Please consider reading release notes in the future, as some of these announced changes might break your neck unprepaired.

It’s zammad run rake zammad:searchindex:rebuild now.
(Updating Zammad — Zammad System Documentation documentation)

Yes,it works thank you for the help.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.