Created
July 10, 2018 03:49
-
-
Save akaJedi/edaa14a590824bbde685e4d1859490d9 to your computer and use it in GitHub Desktop.
Upgrade Magento 2.0 Community version from 2.2.4 to 2.2.5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo -u www-data composer require magento/product-community-edition 2.2.5 --no-update | |
| sudo -u www-data composer update | |
| rm -rf var/di/* var/generation/* var/cache/* var/log/* var/page_cache/* | |
| sudo -u www-data bin/magento cache:clean | |
| sudo -u www-data bin/magento cache:flush | |
| sudo -u www-data bin/magento setup:upgrade | |
| sudo -u www-data bin/magento setup:di:compile | |
| sudo -u www-data bin/magento indexer:reindex |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment