Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
70283123
Commit
70283123
authored
Mar 09, 2022
by
Katrin Leinweber
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document updating CE container to EE container
Co-authored-by:
Kati Paizee
<
kpaizee@gitlab.com
>
parent
96d5c999
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
+18
-0
doc/install/docker.md
doc/install/docker.md
+16
-0
doc/update/index.md
doc/update/index.md
+2
-0
No files found.
doc/install/docker.md
View file @
70283123
...
...
@@ -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
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
You can create a GitLab backup with:
...
...
doc/update/index.md
View file @
70283123
...
...
@@ -356,6 +356,8 @@ Edition, follow the guides below based on the installation method:
script, start the application and check its status.
-
[
Omnibus CE to EE
](
package/convert_to_ee.md
)
- Follow this guide to update your Omnibus
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment