Stop all Docker services, optionally wipe volumes, and restart fresh. Use when OpenSearch index is corrupt, SQL Server is stuck, or services are unhealthy.
Perform a full Docker infrastructure reset for GED Search:
cd /d/ged-search && docker-compose downdocker volume ls -q | xargs docker volume rm 2>/dev/null || truedocker-compose up -dsleep 20curl -s http://localhost:9200/_cluster/health | jq .statusdocker exec redis redis-cli pingcurl -s -u ged:Changeme1! http://localhost:15672/api/healthchecks/nodecurl -s http://localhost:9998/tikaIf the user wiped volumes, remind them:
documents index will be recreated automatically on next API startupGedSearch database will be recreated by EF Core on next API startupdotnet run --project GedSearch.Api/GedSearch.Api.csproj