Skip to content

Issue in page Blockchain Migration Step 5 #646

@sturms

Description

@sturms

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions