cancel
Showing results for 
Search instead for 
Did you mean: 

Errors while upgrading from magento 2.3 to 2.3.2 ?

SOLVED

Errors while upgrading from magento 2.3 to 2.3.2 ?

Hi 

I am trying to upgrade magento version from 2.3 to 2.3.2 but i am getting below errors

Check Cron Scripts

Cron script readiness check failed. Hide detail

Error from Setup Application Cron Script:
Cron job has not been configured yet
Other checks will fail as a result (PHP version, PHP settings, and PHP extensions)

Error from Updater Application Cron Script:
Cron job has not been configured yet

For additional assistance, see cron scripts help.

Check Component Dependency

We found conflicting component dependencies. Hide detail

 

For additional assistance, see component dependency help .

 

PHP Settings Check *

For additional assistance, see PHP settings check help .

 

PHP Extensions Check

missing PHP extensions. Hide detail

The best way to resolve this is to install the correct missing extensions. The exact fix depends on our server, your host, and other system variables. 
Our PHP extension help can get you started.

For additional assistance, contact your hosting provider.

Upgradation_Error.JPG

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Errors while upgrading from magento 2.3 to 2.3.2 ?

Hi @sekhar_n 

 

have you tried to upgrade this by command line SSH terminal ? if not please try using command line - run below command in sequence :

 

composer require magento/product-community-edition 2.3.2 --no-update (pass required update version number)

composer update rm -rf generated php bin/magento cache:flush php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento indexer:reindex

Hope it helps !

if issue solved,Click Kudos & Accept as Solution

View solution in original post

1 REPLY 1

Re: Errors while upgrading from magento 2.3 to 2.3.2 ?

Hi @sekhar_n 

 

have you tried to upgrade this by command line SSH terminal ? if not please try using command line - run below command in sequence :

 

composer require magento/product-community-edition 2.3.2 --no-update (pass required update version number)

composer update rm -rf generated php bin/magento cache:flush php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento indexer:reindex

Hope it helps !

if issue solved,Click Kudos & Accept as Solution