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
46e6e00e
Commit
46e6e00e
authored
Nov 29, 2021
by
Greg Myers
Committed by
Marcel Amirault
Nov 29, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Default to gitlab-ee in zero downtime upgrade commands
parent
cc39c13a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
23 deletions
+23
-23
doc/update/zero_downtime.md
doc/update/zero_downtime.md
+23
-23
No files found.
doc/update/zero_downtime.md
View file @
46e6e00e
...
...
@@ -111,26 +111,26 @@ Before following these instructions, note the following **important** informatio
1.
Update the GitLab package:
-
For GitLab
Community Edition
:
-
For GitLab
[
Enterprise Edition
](
https://about.gitlab.com/pricing/
)
:
```shell
# Debian/Ubuntu
sudo apt-get update
sudo apt-get install gitlab-
c
e
sudo apt-get install gitlab-
e
e
# Centos/RHEL
sudo yum install gitlab-
c
e
sudo yum install gitlab-
e
e
```
-
For GitLab
[
Enterprise Edition
](
https://about.gitlab.com/pricing/
)
:
-
For GitLab
Community Edition
:
```shell
# Debian/Ubuntu
sudo apt-get update
sudo apt-get install gitlab-
e
e
sudo apt-get install gitlab-
c
e
# Centos/RHEL
sudo yum install gitlab-
e
e
sudo yum install gitlab-
c
e
```
1.
To get the regular migrations and latest code in place, run
...
...
@@ -201,14 +201,14 @@ load balancer to latest GitLab version.
```shell
# Debian/Ubuntu
sudo apt-get update && sudo apt-get install gitlab-
c
e
sudo apt-get update && sudo apt-get install gitlab-
e
e
# Centos/RHEL
sudo yum install gitlab-
c
e
sudo yum install gitlab-
e
e
```
If you are a
n Enterprise Edition user, replace `gitlab-c
e` with
`gitlab-
e
e` in the above command.
If you are a
Community Edition user, replace `gitlab-e
e` with
`gitlab-
c
e` in the above command.
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
...
...
@@ -277,13 +277,13 @@ database migrations.
```
shell
# Debian/Ubuntu
sudo
apt-get update
&&
sudo
apt-get
install
gitlab-
c
e
sudo
apt-get update
&&
sudo
apt-get
install
gitlab-
e
e
# Centos/RHEL
sudo
yum
install
gitlab-
c
e
sudo
yum
install
gitlab-
e
e
```
If you are a
n Enterprise Edition user, replace
`gitlab-ce`
with
`gitlab-e
e`
in the above command.
If you are a
Community Edition user, replace
`gitlab-ee`
with
`gitlab-c
e`
in the above command.
-
To apply the Praefect database migrations and restart Praefect, run:
...
...
@@ -296,10 +296,10 @@ database migrations.
-
Update the GitLab package:
```
shell
sudo
apt-get update
&&
sudo
apt-get
install
gitlab-
c
e
sudo
apt-get update
&&
sudo
apt-get
install
gitlab-
e
e
```
If you are a
n Enterprise Edition user, replace
`gitlab-ce`
with
`gitlab-e
e`
in the above command.
If you are a
Community Edition user, replace
`gitlab-ee`
with
`gitlab-c
e`
in the above command.
-
Ensure nodes are running the latest code:
...
...
@@ -330,13 +330,13 @@ node throughout the process.
```
shell
# Debian/Ubuntu
sudo
apt-get update
&&
sudo
apt-get
install
gitlab-
c
e
sudo
apt-get update
&&
sudo
apt-get
install
gitlab-
e
e
# Centos/RHEL
sudo
yum
install
gitlab-
c
e
sudo
yum
install
gitlab-
e
e
```
If you are a
n Enterprise Edition user, replace
`gitlab-ce`
with
`gitlab-e
e`
in the above command.
If you are a
Community Edition user, replace
`gitlab-ee`
with
`gitlab-c
e`
in the above command.
-
Ensure nodes are running the latest code
...
...
@@ -350,13 +350,13 @@ node throughout the process.
```
shell
# Debian/Ubuntu
sudo
apt-get update
&&
sudo
apt-get
install
gitlab-
c
e
sudo
apt-get update
&&
sudo
apt-get
install
gitlab-
e
e
# Centos/RHEL
sudo
yum
install
gitlab-
c
e
sudo
yum
install
gitlab-
e
e
```
If you are a
n Enterprise Edition user, replace
`gitlab-ce`
with
`gitlab-e
e`
in the above command.
If you are a
Community Edition user, replace
`gitlab-ee`
with
`gitlab-c
e`
in the above command.
-
If you're using PgBouncer:
...
...
@@ -391,10 +391,10 @@ node throughout the process.
-
Update the GitLab package
```
shell
sudo
apt-get update
&&
sudo
apt-get
install
gitlab-
c
e
sudo
apt-get update
&&
sudo
apt-get
install
gitlab-
e
e
```
If you are a
n Enterprise Edition user, replace
`gitlab-ce`
with
`gitlab-e
e`
in the above command.
If you are a
Community Edition user, replace
`gitlab-ee`
with
`gitlab-c
e`
in the above command.
-
Ensure nodes are running the latest code
...
...
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