Hi, trying to run no code upgrade following this <...
# troubleshoot
w
Hi, trying to run no code upgrade following this doc. Getting an below error when running Step 1:
Copy code
Removing network datahub_network
ERROR: error while removing network: network datahub_network id c2c6739a3ce536f9d1b091c0ba24df7d1584dbeb20dc1cd0b913d3 has active endpoints
should anything be done before running the command. Doing this EC2. Thanks
m
@witty-actor-87329: make sure all the previous containers are shut down?
e
Are you trying to nuke @witty-actor-87329?
If so, you may want to run
docker system prune
w
whether nuking and doing the upgrade will retain all the previous metadata ingestions?
e
Oh did not realize docker-compose down tries to remove the network.
If you see no containers running
docker container ls
, can you try running the latter two parts?
Copy code
docker-compose pull && docker-compose -p datahub up --force-recreate