Magento Expert Forum - Improve your Magento experience

Results 1 to 5 of 5

Upgrade from magento 2.2.3 to 2.2.4

  1. #1

  2. #2
    Junior Member
    Join Date
    May 2018
    Posts
    28
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Sorry for this check some videos and do a google and you can get result or consult with senior who work on this

  3. #3
    Junior Member fay_khattak's Avatar
    Join Date
    Jan 2016
    Location
    Karachi, Pakistan
    Posts
    50
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Default

    Try updating Magento 2 using CLI Commands. Just log in to your web server via SSH, navigate to the root directory of your Magento 2.2.3 store and run the below commands following the order:

    composer require magento/product-community-edition 2.2.4 --no-update
    composer update
    rm -Rf var/di/* var/generation/* var/cache/* var/log/* var/page_cache/* var/session/* var/view_preprocessed/* pub/static/*
    php bin/magento cache:clean
    php bin/magento cache:flush
    php bin/magento setup:upgrade
    php bin/magento setup:db-schema:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy -f
    php bin/magento indexer:reindex

  4. #4
    New member
    Join Date
    Jul 2018
    Location
    Ahmedabad
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Try this one:

    bin/magento maintenance:enable
    composer require magento/product-community-edition 2.2.4 --no-update
    composer update
    rm -rf var/cache/*
    rm -rf var/page_cache/*
    rm -rf generated
    chmod +x bin/magento
    bin/magento setup:upgrade
    bin/magento maintenance:disable

    Magento development | Magento development company | Hire Magento Developers

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •