Excerpt |
---|
Upgrade Magento extension(s)
Panel |
---|
language | powershell |
---|
theme | Midnight |
---|
title | *nix command |
---|
|
bin/magento setup:upgrade |
Re-compile Magento:
Panel |
---|
language | powershell |
---|
theme | Midnight |
---|
title | *nix command |
---|
|
bin/magento setup:di:compile |
Rebuild Magento Indexes:
Panel |
---|
language | powershell |
---|
theme | Midnight |
---|
title | *nix command |
---|
|
bin/magento Excerpt |
---|
The follwing commands are usually executed for each Magento deployment. Code Block |
---|
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento indexer:reindex |
Re-deploy static content Panel |
---|
language | bash |
---|
theme | Midnight |
---|
title | *nix command |
---|
| rm -rf Code Block |
---|
rm -rf pub/static/frontend/ pub/static/deployed_version.txt pub/static/adminhtml/
bin/magento setup:static-content:deploy -f |
Clear / Clean Magento cache Panel |
---|
language | bash |
---|
theme | Midnight |
---|
title | *nix command |
---|
| Code Block |
---|
bin/magento cache:clean |
Disable Last but not least, disable the Magento maintenance mode Panel |
---|
language | bash |
---|
theme | Midnight |
---|
title | *nix command |
---|
| Code Block |
---|
bin/magento maintenance:disable | face running executing the following command | : Panel |
---|
|
language | bash |
---|
theme | Midnight |
---|
title | *nix command |
---|
|
and try again rm -rf var/generation/* generated/*
|
When go though the all steps again