robolv / magento-customer-indexer-fix
Magento customers got reindexed each time when doing setup upgrade, this fix implements fix from magento 2.4
Package info
github.com/RoboLV/magento-customer-indexer-fix
Type:magento2-module
pkg:composer/robolv/magento-customer-indexer-fix
1.0.0
2020-08-13 09:35 UTC
Requires
- magento/magento2-base: ^2.3
This package is auto-updated.
Last update: 2026-03-14 00:02:16 UTC
README
Customers data being reindexed each time when setup:upgrade command is running. Actual for magento 2.3.* (no need for 2.4) Install this module to your vendor
composer require robolv/magento-customer-indexer-fix
And after enable module in magento
bin/magento mo:en Robo_CustomerIndexerFix
Issue reported here: magento/magento2#19469