Skip to content

Commit

Permalink
drop es indexes
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Sep 14, 2024
1 parent afb0a2d commit 4213726
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lila-docker
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ setup_database() {
sleep 2
done

curl -X DELETE "localhost:9200/_all?pretty"
docker compose exec lila_search_ingestor sbt 'ingestor/runMain lila.search.ingestor.cli index --all --since 0'
fi

Expand Down

0 comments on commit 4213726

Please sign in to comment.