Started today to update my magento from 2.2.2 to 2.2.3 from magento updater!
Now it's stuck and console says : Magento is not installed.
Any thoughts?
Solved! Go to Solution.
Just reinstalled magento and everything is fixed!
You just need to simple way to upgrade your magento 2 version using CLI,
Just Go to your root path using SSH in your project at server,
Run below command,
composer require magento/product-community-edition 2.2.3 --no-update
composer update
After completed above command just run below command to see your changes,
php bin/magento setup:upgrade php bin/magento setup:static-content:deploy -f php bin/magento setup:di:compile php bin/magento indexer:reindex php bin/magento cache:flush
Sadly this did not resolve the issue!
What exact error are you getting while upgrading through command line ?
The error that i get is at reindexing
Notice: Undefined index: PK_CUSTOMER_ENTITY in /home/george/Shared/htdocs/Magento/vendor/magento/module-eav/Model/Entity/AbstractEntity.php on line 737
Im having same issue with upgrade from 2.3.0 to 2.3.2