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

Add info about Meilisearch 1.9.0 upgrade in the deploiement guide #1483

Merged
merged 1 commit into from
Aug 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions languages/en/deployment-guide/15.x.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,23 @@ nginx directive ``server_names_hash_bucket_size`` is now managed automatically
Tuleap now automatically sets the nginx directive ``server_names_hash_bucket_size`` to an appropriate value.
If you had manually set it in your configuration in order to manage a long domain name, you will need to remove it.

Upgrade of the local Meilisearch instance from 1.7.6 to 1.9.0 and data structure change
---------------------------------------------------------------------------------------

If you have deployed a :ref:`local Meilisearch instance <fts-local-meilisearch>` it will be automatically
upgraded to the 1.9.0 version. The process is automatic when the server is restarted after its update.

The upgrade will re-index all the items. Until the process is completed, some items might not be found when
searching, and an increased load on your instance is expected.

Administrators having deployed an independent Meilisearch instance should upgrade it and clear all the existing entries.
A change in Tuleap requires to re-index all the items, after the upgrade you must run:

.. sourcecode:: shell

tuleap full-text-search:identify-all-items-to-index
tuleap full-text-search:index-all-pending-items

Tuleap 15.11
============

Expand Down