cancel
Showing results for 
Search instead for 
Did you mean: 

Reindex Required & Update on Save

Reindex Required & Update on Save

Reindex Required & Update on Save

how to turn it into normal mode? any easy way?

Thanks!

Index Management _Reindex.jpg

3 REPLIES 3

Re: Reindex Required & Update on Save

Hi @ALTFF,



You can re-index using the Magento 2 Command Line tool using the following command:

php bin/magento indexer:reindex

 

 

Best regards.
Gabriel

Welcome to the Magento Forums. Remember to introduce yourself and read the Magento Forums Guidelines.

Re: Reindex Required & Update on Save

ALTFF,

Change it to "Update by schedule" and ask your host or server admin to setup magento crons to run every minute. this way your indexes will be automatically updated. You can verify later by checking "Updated" column on the right.
examples of cron jobs you will need on the server:
 
*/1 * * * * php -c /bin/magento cron:run
*/1 * * * * php -c /update/cron.php
*/1 * * * * php -c /bin/magento setup:cron:run
 
but better ask your server admin people to do this for you and verify if crons are running without errors. they will need to use correct php instance and permissions and file ownership may have to be adjusted.

hope this helps,

Anton Pachkine @ magento2.hosting : Magento Small Business Package.

Re: Reindex Required & Update on Save

Hi Gabriel,

 

How to use the command? can you please give me more explanation?

 

Thanks a lot!

ALTFF