We have by far the largest RPM repository with NGINX module packages and VMODs for Varnish. If you want to install NGINX, Varnish, and lots of useful performance/security software with smooth
Active subscription is required.
yum upgrades for production use, this is the repository for you.
Active subscription is required.
📅 Updated: April 11, 2022 (Originally published: February 28, 2018)
Few simple commands to update Your Magento 2.2.x to latest 2.3.x:
composer require magento/product-community-edition 2.3.4 --no-update
composer update
rm -rf var/cache/* var/page_cache/* generated/code/*
# ensure maintenance is on before running setup:upgrade as this may result in failed upgrade when crons are accessing files
php bin/magento setup:upgrade
n98-magerun2 cache:flush
Upgrading to a security patch update
clearmage2 --safe-dist-upgrade
