User Tools

Site Tools


magento_indexing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
magento_indexing [2016/07/18 06:44] luke7858magento_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 /usr/bin/php /var/www/vhosts/local.deals/htdocs/shell/indexer.php reindexall 
-</sxh> 
 <sxh bash> <sxh bash>
 mysql> use magento; mysql> use magento;
Line 39: Line 33:
     -> set mode="manual"     -> set mode="manual"
     -> where indexer_code="catalogsearch_fulltext";     -> where indexer_code="catalogsearch_fulltext";
 +</sxh>
 +\\
 +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 /usr/bin/php /var/www/vhosts/local.deals/htdocs/shell/indexer.php reindexall
 </sxh> </sxh>
 \\ \\
magento_indexing.1468824278.txt.gz · Last modified: 2024/05/23 07:26 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki