Cluster 2.10.x upgrade and data integrity #4781
-
We're about to upgrade our cluster (3 servers) to 2.10.x, and I was wondering how it'd ensure data integrity during the upgrade process. Whenever I'll upgrade the first server and relaunch it, do we agree there is no risk at all for the data stored in the two others servers? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Backup your streams (and optionally consumers). When you upgrade, wait for the healthz endpoint to return ok (or internal NATS equivalent) before moving to the next. We are releasing 2.10.5 at some point today, so might want to wait on that one. |
Beta Was this translation helpful? Give feedback.
Backup your streams (and optionally consumers).
When you upgrade, wait for the healthz endpoint to return ok (or internal NATS equivalent) before moving to the next.
That should do it.
We are releasing 2.10.5 at some point today, so might want to wait on that one.