Deleting a DB volume and force a resync cardano-rest
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 cardano-rest_postgres
Launch docker-compose
NETWORK=mainnet docker-compose up
Warning: Removing the cardano-rest_postgres deletes the local chain DB and forces a resync.