-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
I would like to report an issue in page https://docs.start9.com/0.3.5.x/service-guides/bitcoin/blockchain-copy
Problem
If the connection to the example-bbb.local machine is interrupted when running commands in step 5, they might not work anymore after trying to run them again. After entering a correct password it outputs permission denied error:
[email protected]'s password:
Permission denied, please try again.
Suggest a fix
Adding sudo command to the first part of the script as well:
--> sudo rsync -e "ssh -i ~/.ssh/example-bbb.key" -povgr --append-verify --rsync-path="sudo mkdir -p /embassy-data/package-data/volumes/bitcoind/data/main ; sudo rsync" ./{blocks,chainstate} [email protected]:/embassy-data/package-data/volumes/bitcoind/data/main/
After modifying the script the blockchain migration resumed successfully.
Metadata
Metadata
Assignees
Labels
No labels