Skip to content

Commit dbb052d

Browse files
authored
Add upgrade note about release date constraint (elastic#122015) (elastic#122049)
We don't support (and will actively block) upgrades to chronologically-older versions. This commit adds a note in the docs about this.
1 parent 7f6bb87 commit dbb052d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/reference/upgrade.asciidoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,21 @@ proceeding with the upgrade. For instructions, refer to
2525
{stack-ref}/upgrading-elastic-stack.html#prepare-to-upgrade[Prepare to upgrade
2626
from 7.x].
2727

28+
[discrete]
29+
[[upgrade-newer-releases]]
30+
=== Out-of-order releases
31+
32+
Elastic maintains several minor versions of {es} at once. This means releases
33+
do not always happen in order of their version numbers. You can only upgrade to
34+
{version} if the version you are currently running meets both of these
35+
conditions:
36+
37+
* Has an older version number than {version}.
38+
* Has an earlier release date than {version}.
39+
40+
If you are currently running a version with an older version number but a later
41+
release date than {version}, wait for a newer release before upgrading.
42+
2843
[discrete]
2944
[[upgrade-index-compatibility]]
3045
=== Index compatibility

0 commit comments

Comments
 (0)