Skip to content

Commit

Permalink
Allow DB removal failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ibexa-yuna authored Nov 13, 2024
1 parent b722691 commit c6a3220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/platformsh/ibexa-commerce/4.6/.platform.app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ hooks:
# To workaround issues with p.sh Varnish we clear container cache & temporary set Symfony Proxy
export SKIP_HTTPCACHE_PURGE="1"
rm -Rf var/cache/$APP_ENV/*.*
php -d memory_limit=-1 bin/console doctrine:database:drop --force
php -d memory_limit=-1 bin/console doctrine:database:drop --force || echo "Database removal failed, continuing..."
php bin/console cache:pool:clear cache.redis
sh bin/platformsh_prestart_cacheclear.sh
SKIP_HTTPCACHE_PURGE="1" php -d memory_limit=-1 bin/console ibexa:install -vv
Expand Down

0 comments on commit c6a3220

Please sign in to comment.