Magento 2 Recipe does not detect needed upgrade in all cases #4095
Unanswered
carlos-reynosa
asked this question in
Bugs
Replies: 1 comment
-
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. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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
deployer/recipe/magento2.php
Lines 132 to 145 in 30742fc
Beta Was this translation helpful? Give feedback.
All reactions