Hi! I'm following the quickstart guide and when I ...
# troubleshoot
b
Hi! I'm following the quickstart guide and when I do 'datahub docker quickstart' i have the follow error message:
Copy code
Unable to run quickstart - the following issues were detected:
- datahub-gms is running by not yet healthy
- datahub-upgrade is still running

If you think something went wrong, please file an issue at <https://github.com/datahub-project/datahub/issues>
or send a message in our Slack <https://slack.datahubproject.io/>
Be sure to attach the logs from /var/folders/c2/3gbwy5wj5dbfvgjzz3kctd000000gp/T/tmpsdxu45ta.log
My Version is DataHub CLI version: 0.10.1 Thank you so much!
a
I have the same error. @bright-morning-76046 is your issue resolved?
b
@able-lifeguard-71680 No, It isn't
a
For me, I had to prune the datahub and then it worked
Copy code
datahub docker nuke

docker system prune
a
Hi @bright-morning-76046, did Tarun’s suggestion resolve your issue?