Magento 2 Recipe does not detect needed upgrade in all cases #4095
Answered
by
carlos-reynosa
carlos-reynosa
asked this question in
Bugs
|
The magento 2 recipe only decides that an upgrade is needed if the db status is dirty. But there are other cases when an upgrade is needed. For example adding new services like message queues. It looks like this is a general known issue given the magento ticket magento/magento2#38225 Lines 132 to 145 in 30742fc |
Answered by
carlos-reynosa
Oct 25, 2025
Replies: 2 comments 2 replies
|
On top of that, when you deploy there are cases when you want and need to do a full upgrade. Currently the recipe only does a db data upgrade. |
0 replies
|
I crated a pull request that will provide for easier maintenance now or in the future for this issue here: #4127 |
2 replies
Answer selected by
carlos-reynosa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I crated a pull request that will provide for easier maintenance now or in the future for this issue here: #4127