Commit 93dedb31 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'bbodenmiller-master-patch-08879' into 'master'

Improve upgrade details

See merge request gitlab-org/gitlab!78208
parents 8be1ab23 b669d4a0
...@@ -193,9 +193,9 @@ To address the above two scenario's, it is advised to do the following prior to ...@@ -193,9 +193,9 @@ To address the above two scenario's, it is advised to do the following prior to
1. Wait until all jobs are finished. 1. Wait until all jobs are finished.
1. Upgrade GitLab. 1. Upgrade GitLab.
## Checking for pending Advanced Search migrations ## Checking for pending Advanced Search migrations **(PREMIUM SELF)**
This section is only applicable if you have enabled the [Elasticsearch integration](../integration/elasticsearch.md). This section is only applicable if you have enabled the [Elasticsearch integration](../integration/elasticsearch.md) **(PREMIUM SELF)**.
Major releases require all [Advanced Search migrations](../integration/elasticsearch.md#advanced-search-migrations) Major releases require all [Advanced Search migrations](../integration/elasticsearch.md#advanced-search-migrations)
to be finished from the most recent minor release in your current version to be finished from the most recent minor release in your current version
...@@ -239,14 +239,12 @@ It is required to follow the following upgrade steps to ensure a successful *maj ...@@ -239,14 +239,12 @@ It is required to follow the following upgrade steps to ensure a successful *maj
Identify a [supported upgrade path](#upgrade-paths). Identify a [supported upgrade path](#upgrade-paths).
It's also important to ensure that any background migrations have been fully completed It's also important to ensure that any [background migrations have been fully completed](#checking-for-background-migrations-before-upgrading)
before upgrading to a new major version. To see the current size of the `background_migration` queue, before upgrading to a new major version.
[Check for background migrations before upgrading](#checking-for-background-migrations-before-upgrading).
If you have enabled the [Elasticsearch integration](../integration/elasticsearch.md), then ensure If you have enabled the [Elasticsearch integration](../integration/elasticsearch.md) **(PREMIUM SELF)**, then
all Advanced Search migrations are completed in the last minor version within [ensure all Advanced Search migrations are completed](#checking-for-pending-advanced-search-migrations) in the last minor version within
your current version. Be sure to your current version
[check for pending Advanced Search migrations](#checking-for-pending-advanced-search-migrations)
before proceeding with the major version upgrade. before proceeding with the major version upgrade.
If your GitLab instance has any runners associated with it, it is very If your GitLab instance has any runners associated with it, it is very
......
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