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.