Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

...

...

...

...

...

...

...

...

...

...

...

...

Excerpt

Upgrade Magento extension(s)

Panel
languagepowershell
themeMidnight
title

*nix command

bin/magento setup:upgrade


Re-compile Magento:

PanellanguagepowershellthemeMidnighttitle

*nix command

bin/magento setup:di:compile

Rebuild Magento Indexes:

PanellanguagepowershellthemeMidnighttitle

*nix command

bin/magento indexer:reindex

Re-deploy static content

Panellanguage

bashthemeMidnighttitle

*nix command

rm -rf pub/static/frontend/ pub/static/deployed_version.txt  pub/static/adminhtml/

bin/magento setup:static-content:deploy -f

Clear Magento cache

panel

languagebashthemeMidnighttitle

*nix command

bin/magento cache:clean

Disable maintenance mode

Panellanguage

bashthemeMidnighttitle

*nix command

bin/magento maintenance:disable

Note

If you

face

run into any issues, try

running following command: 
Panel
languagebash
themeMidnight
title*nix command

executing the following command and try again

rm -rf var/generation/* generated/*

When go though the all steps again