Skip to content

A more verbose message when the db is not up to date.  #761

Closed
@tzyganu

Description

@tzyganu

Right now, when the database is not up to date you just get a message saying "Looks like database is outdated. Please, use setup tool to perform update".
I know that running the setup tool should solve the problem, no matter what the out of sync module is, but as a developer I would like to know what module is not updated yet.
This can simply be solved if the method Magento\Framework\Module\Plugin\DbStatusValidator::isDbUpToDate returned the name of the outdated module instead of false and in aroundDispatch instead of checking if (!$this->isDbUpToDate()) just check if ($this->isDbUpToDate() !== true)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Fixed in 2.3.xThe issue has been fixed in 2.3 release lineFixed in 2.4.xThe issue has been fixed in 2.4-develop branchIssue: Format is not validGate 1 Failed. Automatic verification of issue format is failedIssue: Ready for WorkGate 4. Acknowledged. Issue is added to backlog and ready for developmentimprovement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions