rhmaxdotorg / pulsechain-validator

PulseChain Validator Automated Setup Scripts
https://launchpad.pulsechain.com
37 stars 13 forks source link

update OS or update client? #32

Closed dkim777 closed 1 year ago

dkim777 commented 1 year ago

Can I update the ubuntu OS update (sudo apt update && apt upgrade) without causing issues to my validators? or should I just run update-client.sh script? How do I know when I should run update-client.sh ?

Thanks!

rhmaxdotorg commented 1 year ago

hey @dkim777, good questions.

I don't plan on doing OS updates very often (some servers go months or years without updates, exception is critical security ones that actually affect your system, most of which do not), however I don't anticipate issues when doing so with the clients. Some weird dependency mismatch ones are possible I guess, but I wouldn't worry about having to rebuild the validator after doing OS updates.

For update-client.sh, I also only plan on running it when I see PulseChain devs release critical updates that affect Geth and Lighthouse (the two clients relevant for this particular validator script and system), which isn't likely often either.

Let me know if you have any further questions!