Skip to content

Commit

Permalink
Revert "drop db"
Browse files Browse the repository at this point in the history
This reverts commit 1033fe3.
  • Loading branch information
micszo committed Oct 17, 2024
1 parent e3c92d7 commit 02adea9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bin/4.6.x-dev/prepare_project_edition.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,7 @@ echo '> Install data'
if [[ "$COMPOSE_FILE" == *"elastic.yml"* ]]; then
docker compose --env-file=.env exec -T --user www-data app sh -c "php bin/console ibexa:elasticsearch:put-index-template"
fi
docker compose --env-file=.env exec -T --user www-data app sh -c "php /scripts/wait_for_db.php"
docker compose --env-file=.env exec -T --user www-data app sh -c "php bin/console doctrine:database:drop --force"
docker compose --env-file=.env exec -T --user www-data app sh -c "php bin/console ibexa:install --skip-indexing"
docker compose --env-file=.env exec -T --user www-data app sh -c "php /scripts/wait_for_db.php; php bin/console ibexa:install --skip-indexing"
docker compose --env-file=.env exec -T --user www-data app sh -c "php bin/console ibexa:reindex"

echo '> Generate GraphQL schema'
Expand Down

0 comments on commit 02adea9

Please sign in to comment.