Skip to content

Commit

Permalink
docs: List supported rolling upgrade paths.
Browse files Browse the repository at this point in the history
The wording above is not completely clear without these scenarios
listed. A confused reader may incorrectly read it as:

```
Only LTS-to-LTS is supported for rolling upgrades.
```

which is wrong.

Signed-off-by: Ihar Hrachyshka <ihrachys@redhat.com>
Acked-by: Ales Musil <amusil@redhat.com>
Signed-off-by: Numan Siddique <numans@ovn.org>
  • Loading branch information
booxter authored and numansiddique committed May 15, 2024
1 parent ab593df commit b0609e6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Documentation/intro/install/ovn-upgrades.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ To avoid buildup of complexity and technical debt we limit the span of versions
supported for a rolling upgrade on :ref:`long-term-support` (LTS), and it
should always be possible to upgrade from the previous LTS version to the next.

The following rolling upgrade paths are supported:

1. LTS to the very next LTS release, or to any non-LTS in between the two.
2. Any non-LTS to the very next LTS release.

The first LTS version of OVN was 22.03. If you want to upgrade between other
versions, you can use the `Fail-safe upgrade`_ procedure.

Expand Down

0 comments on commit b0609e6

Please sign in to comment.