Cloudinary's Magento 2 extension. Upload product images to the cloud, manipulate them to match your graphic design and optimize images for better user experience
MIT License
15
stars
8
forks
source link
Issue with Magento 2.4 setup:install with system configuration in config.php #87
An issue with Magento 2.4 setup: install command when having system configuration in config.php
Step to reproduce: Run
bin/magento setup: install
with some configuration in config.php on a fresh database and without env.phpbin/magento setup:install -vvv --db-host="mysql_che" --db-password="root" --db-user="root" --db-name="new" --admin-firstname="admin" --admin-lastname="admin" --elasticsearch-host="elastic_che" --elasticsearch-port="9200" --admin-user="admin" --admin-password="admin123" --admin-email="admin@example.com" --cleanup-database