Skip to content

Commit

Permalink
properly fix the health check
Browse files Browse the repository at this point in the history
  • Loading branch information
tobybellwood committed Sep 19, 2023
1 parent fec2672 commit d4f528f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TESTING_dockercompose.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ docker-compose exec -T cli bash -c "curl -kL http://nginx:8080" | grep "Drush Si
docker-compose exec -T cli bash -c "curl -kL http://opensearch:9200" | grep "docker-cluster"

# Should have Opensearch cluster healthy
docker-compose exec -T cli bash -c "curl -kL http://opensearch:9200/_cluster/health" | grep -v "red"
docker-compose exec -T cli bash -c "curl -kL http://opensearch:9200/_cluster/health" | json_pp | grep status | grep -v red

# Should be able to db-export and db-import the database
docker-compose exec -T cli bash -c "drush sql-dump --result-file /app/test.sql"
Expand Down

0 comments on commit d4f528f

Please sign in to comment.