Skip to content

Commit 204dc3e

Browse files
committed
BAP-21264: Add support of Elasticsearch 8.*
- updated documentation
1 parent d7079b7 commit 204dc3e

File tree

3 files changed

+26
-114
lines changed

3 files changed

+26
-114
lines changed

bundles/commerce/WebsiteElasticSearchBundle/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The WebsiteElasticSearchBundle bundle has exactly the same requirements as Elast
1919
configuration
2020
attributes-boost
2121
request-builders
22-
upgrade-to-es7
22+
upgrade-to-es8
2323

2424
.. include:: /include/include-links-dev.rst
25-
:start-after: begin
25+
:start-after: begin

bundles/commerce/WebsiteElasticSearchBundle/upgrade-to-es7.rst

Lines changed: 0 additions & 112 deletions
This file was deleted.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Upgrade Website Index to Elasticsearch >=8.3, <9.0
2+
==================================================
3+
4+
You have only one option to perform the upgrade: via full reindexation.
5+
6+
Keep in mind that the previous OroCommerce versions (5.0 and below) have different structure for
7+
flat object fields, so full indexation is required in order to fill the data in the correct format.
8+
9+
Full Reindexation
10+
-----------------
11+
12+
This option is suitable for upgrades from all previous versions.
13+
14+
Search index upgrade is part of the :ref:`application upgrade <upgrade-application>`.
15+
So, once you have turned on maintenance mode through ``app/console lexik:maintenance:lock --env=prod``, you need to perform the following actions:
16+
17+
1. |Stop old Elasticsearch|
18+
2. Modify credentials for search engine configuration in the `config/parameters.yml` file
19+
3. |Start the Elasticsearch| 8.\* service.
20+
21+
Proceed with the :ref:`standard upgrade procedure <upgrade-application>`.
22+
23+
.. include:: /include/include-links-dev.rst
24+
:start-after: begin

0 commit comments

Comments
 (0)