Skip to content
Snippets Groups Projects
Commit da817a1f authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab)
Browse files

Add EE checkout instructions to update docs

parent d435fbb9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -30,8 +30,9 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
 
```bash
cd /home/git/gitlab
sudo -u git -H git fetch
sudo -u git -H git fetch --all
sudo -u git -H git checkout 6-1-stable
# For GitLab Enterprise Edition: sudo -u git -H git checkout 6-1-stable-ee
```
 
### 3. Update gitlab-shell
Loading
Loading
Loading
Loading
@@ -27,8 +27,9 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
 
```bash
cd /home/git/gitlab
sudo -u git -H git fetch
sudo -u git -H git fetch --all
sudo -u git -H git checkout 6-4-stable
# For GitLab Enterprise Edition: sudo -u git -H git checkout 6-4-stable-ee
```
 
 
Loading
Loading
Loading
Loading
@@ -23,8 +23,9 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
 
```bash
cd /home/git/gitlab
sudo -u git -H git fetch
sudo -u git -H git fetch --all
sudo -u git -H git checkout 6-2-stable # Latest version of 6-2-stable addresses CVE-2013-4489
# For GitLab Enterprise Edition: sudo -u git -H git checkout 6-2-stable-ee
```
 
### 3. Update gitlab-shell
Loading
Loading
Loading
Loading
@@ -20,8 +20,9 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
 
```bash
cd /home/git/gitlab
sudo -u git -H git fetch
sudo -u git -H git fetch --all
sudo -u git -H git checkout 6-3-stable
# For GitLab Enterprise Edition: sudo -u git -H git checkout 6-3-stable-ee
```
 
### 3. Update gitlab-shell (and its config)
Loading
Loading
Loading
Loading
@@ -15,8 +15,9 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
 
```bash
cd /home/git/gitlab
sudo -u git -H git fetch
sudo -u git -H git fetch --all
sudo -u git -H git checkout 6-4-stable
# For GitLab Enterprise Edition: sudo -u git -H git checkout 6-4-stable-ee
```
 
### 3. Update gitlab-shell (and its config)
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment