From 96388f9ff6ab3ceec0a007b09a68c2bdb2e706d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Corr=C3=AAa=20Gomes?= Date: Wed, 23 Aug 2023 16:59:03 -0400 Subject: [PATCH] Update setup-install to cleanup The usage of `--cleanup-database` helps to finish the installation in most of cases, avoiding small fixable issues during clean installations and installations with pre-created databases as well. --- compose/bin/setup-install | 1 + 1 file changed, 1 insertion(+) diff --git a/compose/bin/setup-install b/compose/bin/setup-install index fdd1251a7..afc151768 100755 --- a/compose/bin/setup-install +++ b/compose/bin/setup-install @@ -53,4 +53,5 @@ bin/clinotty bin/magento setup:install \ --opensearch-port="$OPENSEARCH_PORT" \ --search-engine=opensearch \ --use-rewrites=1 \ + --cleanup-database \ --no-interaction