Closed
Description
Preconditions (*)
- Magento 2.3 beta32
- PHP 7.2
Steps to reproduce (*)
- Try to update db settings with CLI in non-interactive mode(-n flag):
bin/magento setup:config:set -n --db-host=$MYSQL_HOST --db-name=$MYSQL_DATABASE --db-user=$MYSQL_USER --db-password=$MYSQL_PASSWORD
Expected result (*)
- DB credentials are updated at app/etc/env.php
Actual result (*)
- DB credentials are not updated, no errors displayed. In interactive mode everything works as expected
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.2 release lineThe issue has been fixed in 2.3 release lineGate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for development