magento_indexing
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| magento_indexing [2016/07/18 06:43] – luke7858 | magento_indexing [2024/05/23 07:26] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| === Indexing === | === Indexing === | ||
| - | A re-index all cron should be running once a day. Any more times and this can start causing lock issues on your device: | ||
| - | <sxh bash> | ||
| - | crontab -u root -l | ||
| - | |||
| - | @daily / | ||
| - | </ | ||
| <sxh bash> | <sxh bash> | ||
| mysql> use magento; | mysql> use magento; | ||
| Line 29: | Line 23: | ||
| 14 rows in set (0.00 sec) | 14 rows in set (0.00 sec) | ||
| </ | </ | ||
| + | \\ | ||
| + | To update the two databases to manual indexing you can use the following commands: | ||
| + | <sxh bash> | ||
| + | mysql> update index_process | ||
| + | -> set mode=" | ||
| + | -> where indexer_code=" | ||
| + | |||
| + | mysql> update index_process | ||
| + | -> set mode=" | ||
| + | -> where indexer_code=" | ||
| + | </ | ||
| + | \\ | ||
| + | A re-index all cron should be running once a day. Any more times and this can start causing lock issues on your device: | ||
| + | <sxh bash> | ||
| + | crontab -u root -l | ||
| + | |||
| + | @daily / | ||
| + | </ | ||
| + | \\ | ||
| + | \\ | ||
| === Index Time === | === Index Time === | ||
| <sxh bash> | <sxh bash> | ||
magento_indexing.1468824218.txt.gz · Last modified: 2024/05/23 07:26 (external edit)
