Commit 46e6e00e authored by Greg Myers's avatar Greg Myers Committed by Marcel Amirault

Default to gitlab-ee in zero downtime upgrade commands

parent cc39c13a
...@@ -111,26 +111,26 @@ Before following these instructions, note the following **important** informatio ...@@ -111,26 +111,26 @@ Before following these instructions, note the following **important** informatio
1. Update the GitLab package: 1. Update the GitLab package:
- For GitLab Community Edition: - For GitLab [Enterprise Edition](https://about.gitlab.com/pricing/):
```shell ```shell
# Debian/Ubuntu # Debian/Ubuntu
sudo apt-get update sudo apt-get update
sudo apt-get install gitlab-ce sudo apt-get install gitlab-ee
# Centos/RHEL # Centos/RHEL
sudo yum install gitlab-ce sudo yum install gitlab-ee
``` ```
- For GitLab [Enterprise Edition](https://about.gitlab.com/pricing/): - For GitLab Community Edition:
```shell ```shell
# Debian/Ubuntu # Debian/Ubuntu
sudo apt-get update sudo apt-get update
sudo apt-get install gitlab-ee sudo apt-get install gitlab-ce
# Centos/RHEL # Centos/RHEL
sudo yum install gitlab-ee sudo yum install gitlab-ce
``` ```
1. To get the regular migrations and latest code in place, run 1. To get the regular migrations and latest code in place, run
...@@ -201,14 +201,14 @@ load balancer to latest GitLab version. ...@@ -201,14 +201,14 @@ load balancer to latest GitLab version.
```shell ```shell
# Debian/Ubuntu # Debian/Ubuntu
sudo apt-get update && sudo apt-get install gitlab-ce sudo apt-get update && sudo apt-get install gitlab-ee
# Centos/RHEL # Centos/RHEL
sudo yum install gitlab-ce sudo yum install gitlab-ee
``` ```
If you are an Enterprise Edition user, replace `gitlab-ce` with If you are a Community Edition user, replace `gitlab-ee` with
`gitlab-ee` in the above command. `gitlab-ce` in the above command.
1. Get the regular migrations and latest code in place. Before running this step, 1. Get the regular migrations and latest code in place. Before running this step,
the deploy node's `/etc/gitlab/gitlab.rb` configuration file must have the deploy node's `/etc/gitlab/gitlab.rb` configuration file must have
...@@ -277,13 +277,13 @@ database migrations. ...@@ -277,13 +277,13 @@ database migrations.
```shell ```shell
# Debian/Ubuntu # Debian/Ubuntu
sudo apt-get update && sudo apt-get install gitlab-ce sudo apt-get update && sudo apt-get install gitlab-ee
# Centos/RHEL # Centos/RHEL
sudo yum install gitlab-ce sudo yum install gitlab-ee
``` ```
If you are an Enterprise Edition user, replace `gitlab-ce` with `gitlab-ee` in the above command. If you are a Community Edition user, replace `gitlab-ee` with `gitlab-ce` in the above command.
- To apply the Praefect database migrations and restart Praefect, run: - To apply the Praefect database migrations and restart Praefect, run:
...@@ -296,10 +296,10 @@ database migrations. ...@@ -296,10 +296,10 @@ database migrations.
- Update the GitLab package: - Update the GitLab package:
```shell ```shell
sudo apt-get update && sudo apt-get install gitlab-ce sudo apt-get update && sudo apt-get install gitlab-ee
``` ```
If you are an Enterprise Edition user, replace `gitlab-ce` with `gitlab-ee` in the above command. If you are a Community Edition user, replace `gitlab-ee` with `gitlab-ce` in the above command.
- Ensure nodes are running the latest code: - Ensure nodes are running the latest code:
...@@ -330,13 +330,13 @@ node throughout the process. ...@@ -330,13 +330,13 @@ node throughout the process.
```shell ```shell
# Debian/Ubuntu # Debian/Ubuntu
sudo apt-get update && sudo apt-get install gitlab-ce sudo apt-get update && sudo apt-get install gitlab-ee
# Centos/RHEL # Centos/RHEL
sudo yum install gitlab-ce sudo yum install gitlab-ee
``` ```
If you are an Enterprise Edition user, replace `gitlab-ce` with `gitlab-ee` in the above command. If you are a Community Edition user, replace `gitlab-ee` with `gitlab-ce` in the above command.
- Ensure nodes are running the latest code - Ensure nodes are running the latest code
...@@ -350,13 +350,13 @@ node throughout the process. ...@@ -350,13 +350,13 @@ node throughout the process.
```shell ```shell
# Debian/Ubuntu # Debian/Ubuntu
sudo apt-get update && sudo apt-get install gitlab-ce sudo apt-get update && sudo apt-get install gitlab-ee
# Centos/RHEL # Centos/RHEL
sudo yum install gitlab-ce sudo yum install gitlab-ee
``` ```
If you are an Enterprise Edition user, replace `gitlab-ce` with `gitlab-ee` in the above command. If you are a Community Edition user, replace `gitlab-ee` with `gitlab-ce` in the above command.
- If you're using PgBouncer: - If you're using PgBouncer:
...@@ -391,10 +391,10 @@ node throughout the process. ...@@ -391,10 +391,10 @@ node throughout the process.
- Update the GitLab package - Update the GitLab package
```shell ```shell
sudo apt-get update && sudo apt-get install gitlab-ce sudo apt-get update && sudo apt-get install gitlab-ee
``` ```
If you are an Enterprise Edition user, replace `gitlab-ce` with `gitlab-ee` in the above command. If you are a Community Edition user, replace `gitlab-ee` with `gitlab-ce` in the above command.
- Ensure nodes are running the latest code - Ensure nodes are running the latest code
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment