Hello everyone,
I would like to know whether any of you have already copied the full and synchronized blockchain from a Start9 v0.3 server to a new Start9 v0.4 server, using this procedure, with the necessary adaptations for v0.4 of course:
Thanks in advance.
What I found, path are different :
Origin V0.3 : /embassy-data/package-data/volumes/bitcoind/data/main/
Target V0.4 : /media/startos/data/package-data/volumes/bitcoind/data/main/
So change path for the rsync copy, and transfert is on the way now,
Stay tuned
That’s basically all there is to it. You’re on the right track.
It works perfectly !!! blocks chainstate and indexes
ssh command on source server :
cd /embassy-data/package-data/volumes/bitcoind/data/main/
rsync -e “ssh -i ~/.ssh/start9-v04.key”
-povgr --append-verify --info=progress2
–rsync-path=“sudo rsync”
./blocks ./chainstate ./indexes
start9@target-server:/media/startos/data/package-data/volumes/bitcoind/data/main/