Infos:
- Used Zammad version: 3.6.1
- Used Zammad installation source: yum -y install zammad
- Operating system: CentOS 8
- Browser + version: Chrome, Firefox, Brave
Expected behavior:
Searching for any tickets entered post 3.6.1 are not found. Old tickets are found.
Likewise, reports only show tickets up to the point Zammad was upgraded to 3.6.1
Actual behavior:
Run a report and no results for tickets entered after the 3.6.1 upgrade was run
Steps to reproduce the behavior:
Run a report and no results for tickets entered after the 3.6.1 upgrade was run
I assume I’ve managed to break the search system somehow with the upgrade.
The elasticsearch service is running. Would anyone know what I can check?
When I originally installed Zammad for the first time last year I ran these commands related to the search system:
zammad run rails r “Setting.set(‘es_url’, ‘http://localhost:9200’)”
zammad run rake searchindex:rebuild
zammad run rails r “Setting.set(‘es_index’, Socket.gethostname.downcase + ‘_zammad’)”
zammad run rails r “Setting.set(‘es_attachment_ignore’, [ ‘.png’, ‘.jpg’, ‘.jpeg’, ‘.mpeg’, ‘.mpg’, ‘.mov’, ‘.bin’, ‘.exe’, ‘.box’, ‘.mbox’ ] )”
zammad run rails r “Setting.set(‘es_attachment_max_size_in_mb’, 50)”
Will I re-run these commands?