-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade path detection will now only prevent downgrades (#653)
This operator update removes logic that prevented upgrades if the user skipped too many releases. This change is consistent with a recent update to the Vertica documentation, which no longer requires users to upgrade through all intermediate releases. The old documentation stated that "Vertica upgrades must be performed in a linear fashion, with each release upgraded before the next." However, this requirement has been removed. Users can now upgrade to any supported release, regardless of whether they have skipped intermediate releases. The only restriction that the operator still enforces is that users cannot downgrade.
- Loading branch information
spilchen
authored
Jan 5, 2024
1 parent
c33e209
commit a97d95f
Showing
4 changed files
with
14 additions
and
96 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
kind: Changed | ||
body: Upgrade path detection now only blocks downgrades. | ||
time: 2024-01-04T14:26:19.176420747-04:00 | ||
custom: | ||
Issue: "653" |
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