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/index.md')
-rw-r--r--doc/update/package/index.md14
1 files changed, 0 insertions, 14 deletions
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