Important
You are browsing the documentation for version 4.2 of OroCommerce, OroCRM and OroPlatform, which is no longer maintained. Read version 5.1 (the latest LTS version) of the Oro documentation to get up-to-date information.
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.