🖥️Update Timechain Node
If you are running Analog, check if your node is stuck at block height: 1,299,707
Download the snapshot
curl -O https://analog-public.s3.amazonaws.com/backup/testnet-backup.tar.gzPull the latest Analog Docker Image
docker pull analoglabs/timenode-test:latestStop the node
docker ps
docker stop CONTAINERID && docker rm CONTAINERIDChange CONTAINERID with your docker container id
Delete the old Analog node database folder
cd .analog
rm -rf ./chains/analogcc1/paritydb/fullExtract the snapshot file
Make sure you are in the /.analog path directory before running this command
Restart the node
Change YourMoniker to your node name
Check node logs
If you see an error in the initial logs like below, just wait until it syncs normally again:
Generate new session key and update it on the Analog Polkadot.js Portal
Last updated