Replies: 1 comment
-
Etcd doesn't officially support downgrades (planned for v3.6 release). There is no breaking change in the storage layer between v3.5 and v3.4, however there is known issue that will occur when you upgrade back to v3.5 (v3.5 -> v3.4 -> v3.5). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Per docs "downgrade from this completed state is not possible".
Wondering what was the reason for this decision? From SRE perspective this is more risky and slows down 3.5 adoption.
Looking at raft.proto, files are the same in 3.4 and 3.5 (with the exception of extra comments and gogoproto options).
In terms of backend state there are 2 new keys in
meta
bucketand an extra field in member value
I've tried hacking the version and doing downgrade locally and it seams to be working fine.
For reference found 2 large related issues (including design docs):
#11716
#13168
Beta Was this translation helpful? Give feedback.
All reactions