Skip to content
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
2 changes: 1 addition & 1 deletion docs/update_and_migration/from_4.6/update_from_4.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading