-
Notifications
You must be signed in to change notification settings - Fork 65
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
1301 - Updated steps for moving a node #1303
Conversation
2. When the `backup_node` is up to date, stop both nodes. | ||
3. Swap their associated keys. | ||
4. Restart the `backup_node`. | ||
2. When the `backup_node` is up to date, stop the `current_node`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Created a more detailed list here.
1. Create the following folder structure on both nodes under the `/etc/casper/validator_keys/` directory. | ||
2. Create subdirectories for the `current_node` and `backup_node`. | ||
3. Copy each node's keyset under the corresponding directories. | ||
- Create the following folder structure on both nodes under the `/etc/casper/validator_keys/` directory. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding steps and reformatting seems nicer to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good on my end, but I'll leave approval to Joe when he gets back.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
Thanks @sacherjj and @ACStoneCL! |
What does this PR fix/introduce?
Updated instructions to include moving the unit_files at the DB level. Closes #1301.
Checklist
yarn install && yarn run build
.Reviewers
@sacherjj or @ACStoneCL