Skip to content
代码片段 群组 项目
提交 4014e3a3 编辑于 作者: Kati Paizee's avatar Kati Paizee
浏览文件

Merge branch 'omnibus-2994-convert-docker-ce-to-ee-docs' into 'master'

Document updating CE container to EE container

See merge request gitlab-org/gitlab!82475
No related branches found
No related tags found
无相关合并请求
...@@ -513,6 +513,22 @@ To update GitLab that was [installed using Docker Compose](#install-gitlab-using ...@@ -513,6 +513,22 @@ To update GitLab that was [installed using Docker Compose](#install-gitlab-using
If you have used [tags](#use-tagged-versions-of-gitlab) instead, you'll need If you have used [tags](#use-tagged-versions-of-gitlab) instead, you'll need
to first edit `docker-compose.yml`. to first edit `docker-compose.yml`.
### Convert Community Edition to Enterprise Edition
You can convert an existing Docker-based GitLab Community Edition (CE) container
to a GitLab [Enterprise Edition](https://about.gitlab.com/pricing/) (EE) container
using the same approach as [updating the version](#update).
We recommend you convert from the same version of CE to EE (for example, CE 14.1 to EE 14.1).
This is not explicitly necessary, and any standard upgrade (for example, CE 14.0 to EE 14.1) should work.
The following steps assume that you are upgrading the same version.
1. Take a [backup](#back-up-gitlab).
1. Stop the current CE container, and remove or rename it.
1. To create a new container with GitLab EE,
replace `ce` with `ee` in your `docker run` command or `docker-compose.yml` file.
However, reuse the CE container name, port and file mappings, and version.
## Back up GitLab ## Back up GitLab
You can create a GitLab backup with: You can create a GitLab backup with:
......
...@@ -358,6 +358,8 @@ Edition, follow the guides below based on the installation method: ...@@ -358,6 +358,8 @@ Edition, follow the guides below based on the installation method:
script, start the application and check its status. script, start the application and check its status.
- [Omnibus CE to EE](package/convert_to_ee.md) - Follow this guide to update your Omnibus - [Omnibus CE to EE](package/convert_to_ee.md) - Follow this guide to update your Omnibus
GitLab Community Edition to the Enterprise Edition. GitLab Community Edition to the Enterprise Edition.
- [Docker CE to EE](../install/docker.md#convert-community-edition-to-enterprise-edition) -
Follow this guide to update your GitLab Community Edition container to an Enterprise Edition container.
### Enterprise to Community Edition ### Enterprise to Community Edition
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册