Skip to content

Instantly share code, notes, and snippets.

@akaJedi
Created July 10, 2018 03:49
Show Gist options
  • Select an option

  • Save akaJedi/edaa14a590824bbde685e4d1859490d9 to your computer and use it in GitHub Desktop.

Select an option

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
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