cancel
Showing results for 
Search instead for 
Did you mean: 

Upgrade from Magento 2.2.2 CE to 2.2.3 error

SOLVED

Upgrade from Magento 2.2.2 CE to 2.2.3 error

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?

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Upgrade from Magento 2.2.2 CE to 2.2.3 error

Just reinstalled magento and everything is fixed!

View solution in original post

6 REPLIES 6

Re: Upgrade from Magento 2.2.2 CE to 2.2.3 error

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
If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

Re: Upgrade from Magento 2.2.2 CE to 2.2.3 error

Sadly this did not resolve the issue!

Re: Upgrade from Magento 2.2.2 CE to 2.2.3 error

What exact error are you getting while upgrading through command line ?

if issue solved,Click Kudos & Accept as Solution

Re: Upgrade from Magento 2.2.2 CE to 2.2.3 error

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

Re: Upgrade from Magento 2.2.2 CE to 2.2.3 error

Just reinstalled magento and everything is fixed!

Re: Upgrade from Magento 2.2.2 CE to 2.2.3 error

Im having same issue with upgrade from 2.3.0 to 2.3.2

2019-07-02 17_39_15-Magento Updater.jpg