Magento 2 Recipe Setup Upgrade Should Run With No Interaction #4178
Unanswered
carlos-reynosa
asked this question in
Features
Replies: 0 comments
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.
-
The magento 2 setup upgrade task currently run setup upgrade with allowed questions and interactions that may block deployment pipelines that are usually un supervised.
deployer/recipe/magento2.php
Line 336 in 51b09b5
Requirement:
The magento 2 recipe should pass the '--no-interaction' flag when running the setup:upgrade flag.
Affects:
The command will skip interactive prompts (such as "Do you want to continue [yes/no]?") and proceed as if you had answered "yes" to all of them.
Beta Was this translation helpful? Give feedback.
All reactions