Hello ,
i have upgraded to magento 2.1.5 via CLI , but at the end magento version NOT changed , still the same (2.1.3) , however all commands passed successfully without any errors or interruptions .
please find herein commands i used for upgrade :
composer require magento/product-community-edition 2.1.5 --no-update
composer update
rm -rf /var/di
rm -rf /var/generation
rm -rf /var/cache
rm -rf /var/page_cache
php /bin/magento cache:flush
php /bin/magento setup:upgrade
php /bin/magento setup:di:compile
php /bin/magento indexer:reindex
php /bin/magento --version
No errors in all logs after upgrade except the debug.log which contains the following :
[2017-04-01 15:07:57] main.DEBUG: cache_invalidate: {"method":"GET","url":"http:/","invalidateInfo":{"tags":[],"mode":"all"},"is_exception":false} []
[2017-04-01 15:07:57] main.DEBUG: cache_invalidate: {"method":"GET","url":"http:/","invalidateInfo":{"tags":[],"mode":"all"},"is_exception":false} []
[2017-04-01 15:10:26] main.DEBUG: cache_invalidate:
----------------------------
Environment :
MySql server version: 5.6
PHP version : php5.6
Apache 2 , Linux
Appreciate you quick help and feedback
Thank you
Amy