cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.3.0 upgrade to 2.3.4, Admin Backend didn't update!

Magento 2.3.0 upgrade to 2.3.4, Admin Backend didn't update!

 

I am updating my production site from 2.3.0 to 2.3.4. Updating goes smoothly with no errors at all. Yet my backend(adminhtml) is not updated!!

It still shows the old number (2.3.0) in the bottom right. Using

php bin/magento -v

on the cli I get the right version! 2.3.4

So I know that it seems to be on version 2.3.4, because the Export Products bug I was updating to fix is fixed! Also I was running ElasticSearch 5, and 2.3.4 isn't compatible so it stopped working. Yet when I go try to change the catalog search ElasticSearch 6 or 7 are not options!!

First I updated via composer. I'll list the commands, but I had no errors.

php bin/magento maintenance:enable
cp composer.json composer.json.bak
composer require magento/product-community-edition=2.3.4 --no-update
composer update
php bin/magento cache:clean
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento maintenance:enable

adminhtml seems to deploy just fine. I've tried clearing all caches. Applying the -area admin ti deploy. I also tried installing via FTP. I downloaded the full version of 2.3.4 and uploaded it and ran setup:update. No luck. I feel like I'm missing something really small. Thanks!

 

4 REPLIES 4

Re: Magento 2.3.0 upgrade to 2.3.4, Admin Backend didn't update!

Hi @storegameh 

Might be static content is loading from old cache and content. remove the pub/static/* once and try. Try the following command in sequence.

rm -rf var/cache/* var/view_preprocessed/* generated/* pub/static/*
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush

I hope it will help you!

Re: Magento 2.3.0 upgrade to 2.3.4, Admin Backend didn't update!

Hi @storegameh 

 

As you said its showing newer version on the cli and the issue is with only admin panel.

 

I would suggest you to run indexer command in following sequence  -

 

php bin/magento indexer:reindex
php bin/magento cache:clean
php bin/magento cache:flush

Also check your composer version by running composer -v command.

 

Look to update it to the newer version and then try to update Magento version.

 

Also open your composer.json file and on the bottom of the file check which version its showing ?

 

 

if issue solved,Click Kudos & Accept as Solution

Re: Magento 2.3.0 upgrade to 2.3.4, Admin Backend didn't update!

Hi @storegameh ,

 

You can open your composer.json file and check whether it is updated to 2.3.4 or not. If not, upgrade it and then upgrade Magento to 2.3.4 version. 

 

Let me know if you need further assistance. Hope this can help you!

 

__________

If issue solved, Click Kudos & Accept as Solution

Marcus | LitExtension Expert
Shopping Cart Migration Service

Re: Magento 2.3.0 upgrade to 2.3.4, Admin Backend didn't update!

If I may ask,

 

How long did that update take you approximately ?

 

Including reading, testing to live server update ?

 

Thanks,
Aleks