Skip to content

Commit d7079b7

Browse files
committed
BAP-21264: Add support of Elasticsearch 8.*
- added upgrade documentation - added information to changelog
1 parent 6a54ff9 commit d7079b7

File tree

3 files changed

+25
-116
lines changed

3 files changed

+25
-116
lines changed

bundles/platform/ElasticSearchBundle/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ OroElasticSearchBundle enables |Elasticsearch| as a :ref:`search engine <search_
1919
configuration
2020
request-builders
2121
troubleshooting
22-
upgrade-to-es7
22+
upgrade-to-es8
2323

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

bundles/platform/ElasticSearchBundle/upgrade-to-es7.rst

Lines changed: 0 additions & 115 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)