-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CKB Node upgrade from v0.112.1 to v0.113.0 unsuccessful with existing configuration. #4312
Comments
This error indicates that the remote node is a mainnet network node, which network id starts with mainnet genesis hash. did you copy the peerstore data from mainnet node folder accidentally? |
I don't know how that would have happened, but I suppose I cannot rule out a mistake since I was copying data. It's not possible for me to verify what was in the peer folder since I don't have a copy any longer, but I do have the exact steps I used to fix it from the Bash history. You can see on line 57 where I generate a new configuration and copy the files. This seemed to fix it. I never touched anything in the data folder.
|
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
Bug Report
Attempting to upgrade my v0.112.1 CKB nodes to v0.113.0 without making any changes to the configuration files was not successful. The v0.113.0 node starts up but never seems to catch up. The upgrade was done by replacing the old binary with the new binary, without changing anything in the configuration. I did not see any instructions on the release screen about config changes necessary for the update.
Errors such as this are visible in the logs:
Generating a new configuration with
ckb init --chain testnet
, but keeping the existingdata
folder, appeared to fix the problem.Environment
Additional context/Screenshots
testnet-updated-node.log.zip
The text was updated successfully, but these errors were encountered: