Skip to content

Commit 4d3a874

Browse files
committed
BAP-21264: Elasticsearch 8 Support
- CR fixes
1 parent f3aa8f8 commit 4d3a874

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

backend/setup/system-requirements/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Enterprise edition is built to support better scale and performance. It is compa
109109
+------------------+-----------------------------------------------------+
110110
| *Database* | * |PostgreSQL| / |EnterpriseDB| 13.5 |
111111
+------------------+-----------------------------------------------------+
112-
| *Search Index* | * |Elasticsearch| >=7.16.1, <8.0 |
112+
| *Search Index* | * |Elasticsearch| >=8.4.1, <9.0 |
113113
+------------------+-----------------------------------------------------+
114114
| *Job Queue* | * |RabbitMQ| 3.9.x |
115115
+------------------+-----------------------------------------------------+

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,16 @@ So, once you have turned on maintenance mode through ``app/console lexik:mainten
2020

2121
Proceed with the :ref:`standard upgrade procedure <upgrade-application>`.
2222

23+
Note
24+
^^^^
25+
26+
If you are skipping search indexation during the upgrade or keeping all the indices during the Elasticsearch upgrade
27+
then you have to recreate indices and trigger full indexation manually:
28+
29+
.. code-block:: bash
30+
31+
php bin/console oro:website-elasticsearch:create-website-indexes --env=prod
32+
php bin/console oro:website-search:reindex --env=prod --scheduled
33+
2334
.. include:: /include/include-links-dev.rst
2435
:start-after: begin

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,16 @@ So, once you have turned on maintenance mode through ``app/console lexik:mainten
2020

2121
Proceed with the :ref:`standard upgrade procedure <upgrade-application>`.
2222

23+
Note
24+
^^^^
25+
26+
If you are skipping search indexation during the upgrade or keeping all the indices during the Elasticsearch upgrade
27+
then you have to recreate indices and trigger full indexation manually:
28+
29+
.. code-block:: bash
30+
31+
php bin/console oro:elasticsearch:create-standard-indexes --env=prod
32+
php bin/console oro:search:reindex --env=prod --scheduled
33+
2334
.. include:: /include/include-links-dev.rst
2435
:start-after: begin

0 commit comments

Comments
 (0)