Hello! While deploying DataHub with Docker, mysql ...
# troubleshoot
b
Hello! While deploying DataHub with Docker, mysql and broker container is giving the following error.
Below are the mysql logs :-
Below are the broker logs :-
I also have Open MetaData (another data cataloging tool) deployed with docker. It also has mysql and elasticsearch containers.
m
You should shutdown all the existing mysql and elastic containers. And rerun
docker stop $(docker ps -a -q)
a
Hi concur here, you need a restart
b
Despite restarting several times, it is giving the same error.
Is Open MetaData's SQL container giving problem? Below is DataHub's sql container logs :-
m
Highly likely, they both run on the same port. You should kill all containers, and run datahub only, or you have to do different port mapping for openmetadata
b
Redeployed the DataHub after nuking the docker images.
datahub docker nuke
datahub docker quickstart
It got deployed and is working fine. Thanks for the help.