Steps to apply snapshot for recovery
Steps to recover the broken sharder from the snapshots
Steps that will be executed using script are:
wget -N https://raw.githubusercontent.com/0chain/zcnwebappscripts/as-deploy/0chain/sharder_snapshot_recovery.sh; bash sharder_snapshot_recovery.sh v1.13.5 sharder1_0chain_net 21Mar2024Check if container started successfully
sudo docker ps -a | grep "sharder"
Confirming that your sharder is available on public URL
Last updated