Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Omnibus GitLab 패키지를 사용하여 설치된 기존 GitLab Community Edition (CE) 서버를 GitLab Enterprise Edition(EE)으로 업그레이드 하려면 CE 위에 EE 패키지를 설치합니다.

1. 설치된 GitLab 버전 확인

정확히 동일한 버전을 설치해야 합니다.

Code Block
# 데비안 / 우분투

sudo apt-cache policy gitlab-ce | grep Installed

# CentOS / RHEL의 경우

sudo rpm -q gitlab-ce

2. GitLab Enterprise Edition 설치

Code Block
# 데비안 / 우분투

sudo apt-get install gitlab-ee=<GitLab CE과 동일한 버전>-ee.0
sudo gitlab-ctl reconfigure

# CentOS / RHEL의 경우

sudo yum install gitlab-<GitLab CE과 동일한 버전>.x86_64
sudo gitlab-ctl reconfigure

3. License 업데이트

Admin Area > License

4. 이전 Community Edition 저장소를 제거

Code Block
# 데비안 / 우분투

sudo rm /etc/apt/sources.list.d/gitlab_gitlab-ce.list

# CentOS / RHEL의 경우

sudo rm /etc/yum.repos.d/gitlab_gitlab-ce.repo