`datahub docker nuke` is not working in 0.8.5 ```d...
# all-things-deployment
s
datahub docker nuke
is not working in 0.8.5
Copy code
docker.errors.APIError: 409 Client Error for <http+docker://localhost/v1.41/volumes/datahub_mysqldata>: Conflict ("remove datahub_mysqldata: volume is in use - [95df02e070a6a5685c6c56fd59de4b4c3d482963dadd72e9138742ac0f2411fe]")
It seems the order of removal is wrong and it is trying to remove volumes before containers
Manually removed
mysql, zookeeper and elasticsearch
containers. Ran
datahub docker nuke
but it did not remove containers.
docker version
20.10.7
g
Can you try upgrading to acryl-datahub v0.8.5.1? It contains this commit https://github.com/linkedin/datahub/pull/2825, which I believe should fix this issue
s
worked
b
👌