forked from cockroachdb/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Technical advisory 69874 (cockroachdb#11232)
Relating to version upgrades
- Loading branch information
1 parent
7936b28
commit b30b9ac
Showing
4 changed files
with
46 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
title: Technical Advisory 69874 | ||
summary: CockroachDB v21.1.8 can not be downgraded | ||
toc: true | ||
--- | ||
|
||
Publication date: September 7, 2021 | ||
|
||
## Description | ||
|
||
A bug was introduced in CockroachDB v21.1.8 which would prevent downgrading to earlier v21.1.x patch versions. For this reason, we have removed v21.1.8 from our releases page. | ||
|
||
## Statement | ||
|
||
Patch releases are expected to maintain upgrade/downgrade/mixed-version compatibility, so a user can upgrade (for example) from v21.1.3 to v21.1.7 and back down to v21.1.5 at will. | ||
|
||
A recent change was [backported to the release-21.1 branch](https://github.com/cockroachdb/cockroach/pull/69157/files#diff-8f32466c40e6960b988c87d7e2453c01a591d420af123f0963959da8e580f2e4), that included a new cluster version, which was then included in the v21.1.8 release. This means a cluster that deploys v21.1.8 (and has the default automatic finalization enabled) will be unable to downgrade to v21.1.7 or earlier. | ||
|
||
A future release, currently in development, will resolve this issue. | ||
|
||
## Mitigation | ||
|
||
Users should not upgrade to v21.1.8. | ||
|
||
If you have already upgraded to v21.1.8, no action is necessary, but your v21.1.8 cluster is in a state where you must not downgrade to a previous patch release. | ||
|
||
If you are running v21.1.7 or earlier, no action is necessary. | ||
|
||
## Impact | ||
|
||
Users who are running v21.1.8 cannot downgrade to a previous patch release. | ||
|
||
Tracking issue: [#69874](https://github.com/cockroachdb/cockroach/issues/69874) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters