Important
You are browsing documentation for version 5.0 of OroCommerce, OroCRM, and OroPlatform, maintained until August 2024 and supported until March 2026. See version 5.1 (the latest LTS version) of the Oro documentation for information on latest features.
See our Release Process documentation for more information on the currently supported and upcoming releases.
Reindexation During Platform Update
Note that when you execute oro:platform:update
command as part of update process, it performs full reindexation of all the affected entities in the foreground.
To avoid this, you can use the --schedule-search-reindexation
and --skip-search-reindexation
options that were added to the oro:platform:update
command by the SearchBundle and were extended by this bundle to also affect the Website search index:
--schedule-search-reindexation
This option allows you to postpone full reindexation. In this case, the reindexation command will be added into the message queue and will be executed later, when message queue consumers will be started.
Note
See MessageQueueBundle documentation for more information.
--skip-search-reindexation
This option allows to completely skip reindexation during the update process.