Deleting a DB volume and force a resync in cardano-wallet
Note in some cases its necessary to delete the cardano-node DB volume and resync:
Shutdown the running container
See section on Safely stopping a running container
Shutdown the running container and remove all linked volumes
NETWORK=mainnet docker-compose down
List all volumes
docker volume ls
Remove a specific docker volume
docker volume rm -f volume xxxxx_node-mainnet-db
Launch docker-compose
NETWORK=mainnet docker-compose up
Warning: Removing the xxxxx_node-mainnet-db deletes the local chain DB and forces a resync.
Warning: deleting xxxxx_wallet-mainnet-db will remove the wallet configuration and force you to completely restore the wallet