Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/update/plan_your_upgrade.md')
-rw-r--r--doc/update/plan_your_upgrade.md14
1 files changed, 2 insertions, 12 deletions
diff --git a/doc/update/plan_your_upgrade.md b/doc/update/plan_your_upgrade.md
index 5b4ecb96747..e1354ea3665 100644
--- a/doc/update/plan_your_upgrade.md
+++ b/doc/update/plan_your_upgrade.md
@@ -60,16 +60,6 @@ to ensure the major components of GitLab are working:
1. If using Elasticsearch, verify that searches are successful.
-1. If you are using [Reply by Email](../administration/reply_by_email.md) or [Service Desk](../user/project/service_desk.md),
- manually install the latest version of `gitlab-mail_room`:
-
- ```shell
- gem install gitlab-mail_room
- ```
-
- NOTE: This step is necessary to avoid thread deadlocks and to support the latest MailRoom features. See
- [this explanation](../development/emails.md#mailroom-gem-updates) for more details.
-
If in any case something goes wrong, see [how to troubleshoot](#troubleshooting).
## Rollback plan
@@ -172,8 +162,8 @@ If you have Kubernetes clusters connected with GitLab, [upgrade your GitLab agen
#### Elasticsearch
-Before updating GitLab, confirm Advanced Search migrations are complete by
-[checking for pending advanced search migrations](background_migrations.md).
+Before updating GitLab, confirm advanced search migrations are complete by
+[checking for pending advanced search migrations](index.md#checking-for-pending-advanced-search-migrations).
After updating GitLab, you may have to upgrade
[Elasticsearch if the new version breaks compatibility](../integration/advanced_search/elasticsearch.md#version-requirements).