[Issue] Add UpToDateThemes validator to setup:db:status #39385
Labels
Issue: ready for confirmation
Priority: P2
A defect with this priority could have functionality issues which are not to expectations.
Reported on 2.4.x
Indicates original Magento version for the Issue report.
This issue is automatically created based on existing pull request: #39383: Add UpToDateThemes validator to setup:db:status
Description (*)
Running
bin/magento setup:db:status
right now does not check whether there is a theme update. If the only change in the deploy is a theme being added,bin/magento setup:db:status
will now show;However if you were to run
bin/magento setup:upgrade
, you'd get this message;With the change in this MR, we'll get this output from
setup:db:status
;Since we rely on the output of
setup:db:status
to decide whether or not to runsetup:upgrade
in our deployment pipeline (to make near-zero downtime deployments possible), this is tripping us up from time to time.This PR aims to add a validator to check whether there are theme changes, forcing
setup:upgrade
to run.Thanks to @johnorourke for pointing this out.
The text was updated successfully, but these errors were encountered: