(4.6) Clustering with DDEV: supported Elasticsearch versions#3241
Open
adriendupuis wants to merge 4 commits into
Open
(4.6) Clustering with DDEV: supported Elasticsearch versions#3241adriendupuis wants to merge 4 commits into
adriendupuis wants to merge 4 commits into
Conversation
Preview of modified filesPreview of modified Markdown: |
7 tasks
adriendupuis
commented
Jun 3, 2026
Co-authored-by: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com>
adriendupuis
commented
Jul 21, 2026
adriendupuis
commented
Jul 21, 2026
Co-authored-by: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com>
adriendupuis
marked this pull request as ready for review
July 21, 2026 10:17
mnocon
reviewed
Jul 21, 2026
| 2. Sets Elasticsearch as the search engine | ||
| 3. Restarts the DDEV cluster and clears application cache | ||
| 4. Injects the schema and reindexes the content | ||
| 2. Sets the Elasticsearch version to 7 (default is 9 which is not supported, 8 is supported with the `ibexa/elasticsearch8` package) - a full version number is required, see [Elasticsearch Docker image](https://hub.docker.com/_/elasticsearch) |
Contributor
There was a problem hiding this comment.
Could you somehow link to https://doc.ibexa.co/en/4.6/search/search_engines/elasticsearch/install_elasticsearch/ from here? For people who want to read more about the supported versions, elasticsearch8 package etc.
dabrt
approved these changes
Jul 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ddev/ddev-elasticsearch default version is 9 which isn't supported.
Checklist