Add update option in prysm.sh #5580
Labels
Enhancement
New feature or request
Good First Issue
Good for newcomers
Help Wanted
Extra attention is needed
🚀 Feature Request
Description
The option allow to update beacon and validator files without the need to restart them before.
In order to gain time and avoid putting node offline for too long it is a good idea to update the process in background and then restart the beacon/validator.
At the actual state of prysm.sh this solution is already feasible.
prysm.sh update
It will update the beacon and the validator without the need of shutting them down. Then it will throw an error because the command is not defined.
Implementing the command to display a success message or nothing is enough for the feature to work.
The user may then restart the node the way that it choose to.
Describe the solution you'd like
Implement the update option in prysm.sh script file
It should display as this :
or do the update if needed.
Describe alternatives you've considered
We do nothing as it kind of work by itself.
The text was updated successfully, but these errors were encountered: