Question

Ok so I'm running Magento 2.0.6 and I have installed it via the GitHub repo.

So as I cannot use the backend upgrade tool, when I upgrade Magento 2 I'm used to run the following:

git pull origin
composer update

However, when I run those commands, it doesn't upgrade my install to Magento 2.1 RC 1.

Any clue ?

Was it helpful?

Solution

I ended up using the newly created tag 2.1.0-rc1

So to upgrade from 2.0.6 to 2.1.0 RC1 when you installed via the GitHub repo you need to do the following:

git checkout 2.1.0-rc1
composer update
php bin/magento setup:upgrade
Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top