:heavy_check_mark: Container elasticsearch ...
# getting-started
n
✔️ Container elasticsearch Healthy 5.2s ✘ Container mysql Error 10.8s ✔️ Container zookeeper Healthy 14.3s ✔️ Container mysql-setup Created 0.0s ✔️ Container elasticsearch-setup Started 2.7s ✔️ Container broker Healthy 20.6s ✔️ Container schema-registry Healthy 32.6s ✔️ Container kafka-setup Started 32.8s ✔️ Container datahub-upgrade Created 0.0s ✔️ Container datahub-gms Created 0.0s ✔️ Container datahub-actions Created 0.0s ✔️ Container datahub-frontend-react Created 0.0s
b
docker logs mysql
you'll want to know why mysql container isnt healthy
j
check for port conflicts, datahub's mysql is defaulted to 3306, and if you already have a mysql running at 3306, it fails
n
OK, just run the command again and now mysql' status is healthy