You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
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