Reading list Switch to dark mode

    How to update Akeneo Webkul Module

    Updated 24 August 2022

    In this blog, we will discuss How to update Akeneo Webkul Module?

    This blog helps you to update your existing Webkul module to your desired module version.

    You just need to follow a few steps and the Akeneo Webkul Module will get updated.

    For < Akeneo 6

    Steps for Non-Docker Instance

    Start your headless eCommerce
    now.
    Find out More

    Step 1. Unzip the respective extension zip and then merge the “src/Webkul/Module” folder into your existing Akeneo Webkul module directory.

    Step 2. Run cache clear command: 

    rm -rf var/cache/

    Step 3. Run module Installation command:

    E.g.: php bin/console magento2:setup:install

    Steps for Docker instance

    Step 1. Unzip the respective extension zip and then merge the “src/Webkul/Module” folder into your existing Akeneo Webkul module directory.

    Step 2. Run below command:

    For Akeneo 5

    alias docker_php='docker-compose run -u www-data --rm php php';
    alias docker_yarn='docker-compose run -u node --rm node yarn';
    docker_php bin/console cache:clear --env=prod;
    docker_php bin/console pim:installer:assets --symlink --clean --env=prod;
    docker_php bin/console d:s:u --force;
    docker_yarn run webpack;
    docker_yarn run update-extensions;
    docker_yarn run less;

    For <=Akeneo 4

    alias docker_php='docker-compose run -u www-data --rm php php';
    alias docker_yarn='docker-compose run -u node --rm node yarn';
    docker_php bin/console cache:clear --env=prod;
    docker_php bin/console pim:installer:assets --symlink --clean --env=prod;
    docker_php bin/console d:s:u --force;
    docker_yarn run webpack;
    docker_yarn run less;

    Steps for module update using Composer

    Step 1. Run composer installation module command.

    Step 2. Check in the composer.json file to see if the module version is updated or not.

    After following the above instructions, Clear the browser cache / hard reload (cmd/ctrl + shift + R) of your browser to see the changes.

    If you will face any issues related to how to update Akeneo Webkul Module raise a ticket over [email protected]

    Thank you!

    Please explore our Akeneo Development Services and Quality Akeneo Extensions.

    . . .

    Leave a Comment

    Your email address will not be published. Required fields are marked*


    Be the first to comment.

    Back to Top

    Message Sent!

    If you have more details or questions, you can reply to the received confirmation email.

    Back to Home