...
Excerpt | ||||||
---|---|---|---|---|---|---|
Upgrade Magento extension(s)
| ||||||
bgColor | black | titleBGColor | white
| ||||||
bin/magento setup:upgrade |
Re-compile Magento
files:
Panel |
---|
| ||||||
bin/magento setup:di:compile |
Rebuild Magento Indexes:
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
bin/magento |
indexer: |
reindex |
Re-deploy static content
Panel |
---|
| ||||||
rm -rf pub/static/frontend/ pub/static/deployed_version.txt pub/static/adminhtml/ bin/magento setup:static-content: |
deploy -f |
Clear Magento cache
- Details can be found on Manage the cache Magento DevDocs
Rebuild Magento indexes:
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
bin/magento cache:clean |
Disable maintenance mode
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
bin/magento |
maintenance:disable |
If you face any issues, try running following command:
Panel |
---|
| ||||||
rm -rf var/generation/* generated/* |
When go though the all steps again