Remove parity volume

Hello,

I’ve been using Parity by default. It got stuck on a certain block, so I switched to Geth. When switching, I selected the option to remove parity’s data volume but it didn’t work.

Can I remove it manually with

docker container rm dncore_ethchaindnpdappnodeeth_data

without side effects?

I’ve removed it with:

ssh dappnode@ip
docker container ls # note container id for ethchain
docker exec -it <container id> "rm -rf /root/.local/share/io.parity.ethereum"
1 Like

Great that you got it! I’d also make sure you update your dappnode - parity should be substituted by OpenEthereum!
If you are in the newer version, there’s a UI where you can remove volumes:
Screenshot 2020-08-12 at 13.24.02