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/package')
-rw-r--r--doc/update/package/convert_to_ee.md6
-rw-r--r--doc/update/package/index.md14
2 files changed, 5 insertions, 15 deletions
diff --git a/doc/update/package/convert_to_ee.md b/doc/update/package/convert_to_ee.md
index 9f8e56c460c..2bf6d2c580b 100644
--- a/doc/update/package/convert_to_ee.md
+++ b/doc/update/package/convert_to_ee.md
@@ -22,6 +22,8 @@ that may require Support intervention.
The steps can be summed up to:
+1. Make a [GitLab backup](../../raketasks/backup_gitlab.md).
+
1. Find the currently installed GitLab version:
**For Debian/Ubuntu**
@@ -67,7 +69,7 @@ The steps can be summed up to:
If you want to use `dpkg`/`rpm` instead of `apt-get`/`yum`, go through the first
step to find the current GitLab version, then follow
[Update using a manually-downloaded package](index.md#upgrade-using-a-manually-downloaded-package),
- and then [add your license](../../user/admin_area/license.md).
+ and then [add your license](../../user/admin_area/license.md).
1. Install the `gitlab-ee` package. The install automatically
uninstalls the `gitlab-ce` package on your GitLab server. `reconfigure`
@@ -114,5 +116,7 @@ The steps can be summed up to:
sudo rm /etc/yum.repos.d/gitlab_gitlab-ce.repo
```
+1. Optional. [Set up the Elasticsearch integration](../../integration/advanced_search/elasticsearch.md) to enable [Advanced Search](../../user/search/advanced_search.md).
+
That's it! You can now use GitLab Enterprise Edition! To update to a newer
version, follow [Update using the official repositories](index.md#upgrade-using-the-official-repositories).
diff --git a/doc/update/package/index.md b/doc/update/package/index.md
index bf1154d1cf5..12a8b6f3190 100644
--- a/doc/update/package/index.md
+++ b/doc/update/package/index.md
@@ -196,20 +196,6 @@ see how to [upgrade to a later version](../../administration/docs_self_host.md#u
## Troubleshooting
-### GitLab 13.7 and later unavailable on Amazon Linux 2
-
-Amazon Linux 2 is not an [officially supported operating system](../../administration/package_information/supported_os.md).
-However, in past the [official package installation script](https://packages.gitlab.com/gitlab/gitlab-ee/install)
-installed the `el/6` package repository if run on Amazon Linux. From GitLab 13.7, we no longer
-provide `el/6` packages so administrators must run the [installation script](https://packages.gitlab.com/gitlab/gitlab-ee/install)
-again to update the repository to `el/7`:
-
-```shell
-curl --silent "https://packages.gitlab.com/install/repositories/gitlab/gitlab-ee/script.rpm.sh" | sudo bash
-```
-
-See the [epic on support for GitLab on Amazon Linux 2](https://gitlab.com/groups/gitlab-org/-/epics/2195) for the latest details on official Amazon Linux 2 support.
-
### Get the status of a GitLab installation
```shell