robolv/magento-customer-indexer-fix

Magento customers got reindexed each time when doing setup upgrade, this fix implements fix from magento 2.4

Installs: 2 169

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

1.0.0 2020-08-13 09:35 UTC

This package is auto-updated.

Last update: 2025-04-13 21:39:38 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