cancel
Showing results for 
Search instead for 
Did you mean: 

Error upgrading from 2.2.5 to 2.3.3

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Error upgrading from 2.2.5 to 2.3.3

I'm getting the following error when updating to 2.3.3

 

Cache frontend 'default' is not recognized.#0 /var/www/vhosts/whisperpumps.com/dev/vendor/magento/framework/App/Cache/Type/FrontendPool.php(87): Magento\Framework\App\Cache\Frontend\Pool->get('default')

These are the steps i've performed to get to this point : -

  1. php7 composer.phar require magento/product-community-edition=2.3.3 --no-update

  2. php7 composer.phar require --dev phpunit/phpunit:~6.2.0 friendsofphp/php-cs-fixer:~2.10.1 lusitanian/oauth:~0.8.10 pdepend/pdepend:2.5.2 sebastian/phpcpd:~3.0.0 squizlabs/php_codesniffer:3.2.2 --no-update

  3. php7 composer.phar remove --dev sjparkinson/static-review fabpot/php-cs-fixer --no-update

  4. php7 composer.phar update

  5. rm -rf var/cache/*

  6. rm -rf var/page_cache/*

  7. rm -rf generated/code/*

  8. redis-cli flushall

finally php7 bin/magento setup:upgrade results in the error. I've also locked monolog to version 1.23 as is frequently suggested but that didn't solve the issue.