create-magento-app icon indicating copy to clipboard operation
create-magento-app copied to clipboard

Add possibility to add flags to magento install script | include all necessary flags by default

Open Andrii-Antoniuk opened this issue 5 months ago • 0 comments

Magento has a bug during installation if some modules are having data patches.

In order to solve this, 2 flags need to be added to https://github.com/scandipwa/create-magento-app/blob/master/build-packages/magento-scripts/lib/tasks/magento/setup-magento/install-magento.js#L168-L192

--cleanup-database \
--disable-modules

Internal communication about this: https://scandiweb.slack.com/archives/C028D2YTZ52/p1723131001909019

Andrii-Antoniuk avatar Sep 05 '24 14:09 Andrii-Antoniuk