Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit f89c911

Browse files
Update elasticsearch.md (#8059)
* Update elasticsearch.md Clarified Elasticsearch documentation * Update elasticsearch.md removed "support for Elasticsearch 7.x" in documentation again. * Update elasticsearch.md added extended explanation regarding compatibility other ES 7.x versions * Update src/guides/v2.4/install-gde/prereq/elasticsearch.md Co-authored-by: Jeff Matthews <[email protected]> Co-authored-by: Jeff Matthews <[email protected]>
1 parent 24e725a commit f89c911

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/guides/v2.4/install-gde/prereq/elasticsearch.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ As of Magento 2.4, all installations must be configured to use [Elasticsearch][]
2323

2424
## Supported versions {#es-spt-versions}
2525

26-
You must install and configure Elasticsearch 7.6.x before upgrading to Magento 2.4.0.
26+
You must install and configure Elasticsearch 7.6.x before upgrading to Magento 2.4.x.
27+
28+
Magento 2.4.x is tested with Elasticsearch 7.6.x only. You can use other 7.x versions at your discretion, but we recommend using the tested version of Elasticsearch.
2729

2830
{:.bs-callout-info}
2931
Magento does not support Elasticsearch 2.x, 5.x, and 6.x.
@@ -75,14 +77,14 @@ The tasks discussed in this section require the following:
7577

7678
* [Firewall and SELinux](#firewall-selinux)
7779
* [Install the Java Software Development Kit (JDK)](#prereq-java)
78-
* [Install Elasticsearch](#es-install-es6)
80+
* [Install Elasticsearch](#es-install-es7)
7981
* [Upgrading Elasticsearch](#es-upgrade6)
8082

8183
{% include config/solr-elastic-selinux.md %}
8284

8385
{% include config/install-java8.md %}
8486

85-
### Install Elasticsearch {#es-install-es6}
87+
### Install Elasticsearch {#es-install-es7}
8688

8789
Follow [Installing Elasticsearch][] for your platform-specific steps.
8890

0 commit comments

Comments
 (0)