Helix TeamHub 2023.4 release notes
Helix TeamHub
Released: October 2023
Upgrade instructions
The following upgrade instructions are only required when using code search with Elasticsearch. Follow the instructions based on when your Elasticsearch index was created. Code search is not available during the Elasticsearch 8 upgrade.
Before upgrading:
-
Review the Elasticsearch upgrade instructions.
-
Elasticsearch 8 uses authentication by default. If you do not want to use authentication, disable it (xpack.security.enabled)in the Elasticsearch configuration. To learn more, see the Elasticsearch help.
To perform the upgrade:
If the current Elasticsearch index was created with Helix TeamHub 2022.1 or later (index created on Elasticsearch version 7.x):
-
Disable code search by setting search_engine as none in the backend section in
-
Reconfigure any combo or web nodes.
-
Restore the search_engineback to Elasticsearch, but do not run reconfigure yet.
-
Upgrade Elasticsearch instances to version 8.x using the rolling restart upgrade.
-
Perform an incremental reindex for the instance as the hth user on the combo or web node:
/var/opt/hth/shared/hth.json.
sudo -u hth -i cd /opt/hth/application/backend/current/ bundle exec rake hth:search:reindex_instance
If the Elasticsearch index was created with Helix TeamHub 2021.1 or earlier (index created on Elasticsearch version 6.x):
-
Delete the current Elasticsearch index on the combo or web node:
-
Upgrade Elasticsearch instances to version 8.x using the rolling restart upgrade.
-
Upgrade and reconfigure Helix TeamHub instances.
-
Create the index as the hth user on the combo or web node:
-
Enable code search from company settings to perform full reindex.
sudo su – hth
cd /opt/hth/application/backend/current/
bundle exec rake hth:search:delete_index
sudo -u hth -i
cd /opt/hth/application/backend/current/
bundle exec rake hth:search:create_index
Enhancements
-
Added support for Elasticsearch 8 for code search.
-
Upgraded OpenSSL to 1.1.1w.
-
Upgraded Curl to 8.4.0.
Command-line interface (CLI)
Released: December 2023
Enhancements
-
Added support for Helix DAM 2023.5.
-
Added support for Elasticsearch 8.10.4.






