Commit cb2712bd authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'ali/add-warnings-to-upgrade-one-minor-at-a-time' into 'master'

Add warnings to highlight that you can only upgrade one minor release at a time

See merge request gitlab-org/gitlab!79170
parents 04e8de42 39e65c8e
......@@ -87,6 +87,9 @@ meet the other online upgrade requirements mentioned above.
## Single-node deployment
WARNING:
You can only upgrade one minor release at a time.
Before following these instructions, note the following **important** information:
- You can only upgrade one minor release at a time. So from 13.6 to 13.7, not to 13.8.
......@@ -158,6 +161,7 @@ you've completed these steps.
## Multi-node / HA deployment
WARNING:
You can only upgrade one minor release at a time. So from 13.6 to 13.7, not to 13.8.
If you attempt more than one minor release, the upgrade may fail.
......@@ -531,6 +535,9 @@ procedure.
## Geo deployment **(PREMIUM SELF)**
WARNING:
You can only upgrade one minor release at a time.
The order of steps is important. While following these steps, make
sure you follow them in the right order, on the correct node.
......@@ -651,6 +658,9 @@ setting `gitlab_rails['auto_migrate'] = false` in
## Multi-node / HA deployment with Geo **(PREMIUM SELF)**
WARNING:
You can only upgrade one minor release at a time.
This section describes the steps required to upgrade a multi-node / HA
deployment with Geo. Some steps must be performed on a particular node. This
node is known as the “deploy node” and is noted through the following
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment