Skip to content

Version mismatch after upgrading from 2.4.8 to 2.4.8-p1 #1357

@miminerd

Description

@miminerd

Hi, I'm using the Magento Docker setup and installed it with Magento version 2.4.8 and recently upgraded Magento to 2.4.8-p1 (Open Source edition).

What I did

  • Ran:

    composer require magento/product-community-edition:2.4.8-p1 --no-update
    composer update
  • Verified correct versions using:

    composer show magento/framework         # → 103.0.8-p1
    cat vendor/magento/magento2-base/composer.json  # → "version": "2.4.8-p1"
  • Performed all necessary upgrade steps:

    bin/magento setup:upgrade
    bin/magento setup:di:compile
    bin/magento cache:flush
  • I also deleted the entire vendor/ directory, ran composer install, and cleared generated files.

  • Additionally, I cleared the following manually:

    rm -rf var/cache/* var/page_cache/* var/view_preprocessed/* generated/*

❌ The issue

Despite all of that, both:

  • bin/magento --version
  • Admin panel footer

still show 2.4.8 instead of 2.4.8-p1.

My question

Is this:

  • Expected Magento behavior (patch versions not displayed)?
  • Or possibly related to the Docker setup (Mark Shust’s images)?

Would love any guidance or clarification!

Thank you 🙏

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions