-
Notifications
You must be signed in to change notification settings - Fork 47
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
Create a detailed doc reference for doing rolling upgrades #115
Comments
In the cluster tutorial, we have this: Upgrade nodes in a Valkey ClusterUpgrading replica nodes is easy since you just need to stop the node and restart it with an updated version of Valkey. If there are clients scaling reads using replica nodes, they should be able to reconnect to a different Upgrading masters is a bit more complex, and the suggested procedure is:
Following this procedure you should upgrade one node after the other until all the nodes are upgraded. |
I still think we should come up with a separate doc just for doing upgrades instead of putting it just in cluster spec. Thoughts? |
Sure, I just shared what I knew I'd seen somewhere. |
Thanks! It was helpful, I wasn't aware of it :) I know I had never read that before. |
For standalone, sentinel, and cluster mode, we should have crisp documentation explaining how to do a rolling upgrade in various configurations.
The text was updated successfully, but these errors were encountered: