From 7c8688d01016f42cdfc4f9a415bf21e9d2600f70 Mon Sep 17 00:00:00 2001 From: Thorsten Reiter <34274688+reithor@users.noreply.github.com> Date: Tue, 2 Jun 2026 09:43:43 +0200 Subject: [PATCH] Fixed elasticsearch8 composer command for 4.6 `ibexa/elasticsearch8:4.6.30` will respond with: ``` - ibexa/elasticsearch8[v4.0.0, ..., v4.6.26, v5.0.0, ..., v5.0.5] cannot be installed as that would require removing ibexa/elasticsearch[v4.6.30]. They all replace ezsystems/ezplatform-elastic-search-engine and thus cannot coexist ``` --- docs/update_and_migration/from_4.6/update_from_4.6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/update_and_migration/from_4.6/update_from_4.6.md b/docs/update_and_migration/from_4.6/update_from_4.6.md index e42c092ad0..e321778331 100644 --- a/docs/update_and_migration/from_4.6/update_from_4.6.md +++ b/docs/update_and_migration/from_4.6/update_from_4.6.md @@ -466,7 +466,7 @@ To use Elasticsearch 8, follow these steps: Replace the existing Elasticsearch package and install Elasticsearch 8: ```bash -composer require ibexa/elasticsearch8:[[= latest_tag_4_6 =]] +composer require ibexa/elasticsearch8:[[= latest_tag_4_6 =]] --with-all-dependencies ``` #### Update Elasticsearch server