mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 21:56:19 +10:00
Update minor versions upgrade guides get latest code section.
This commit is contained in:
@@ -27,7 +27,20 @@ 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
|
||||
```
|
||||
|
||||
For Gitlab Community Edition:
|
||||
|
||||
```bash
|
||||
sudo -u git -H git checkout 6-1-stable
|
||||
```
|
||||
|
||||
OR
|
||||
|
||||
For GitLab Enterprise Edition:
|
||||
|
||||
```bash
|
||||
sudo -u git -H git checkout 6-1-stable-ee
|
||||
```
|
||||
|
||||
|
||||
@@ -28,8 +28,20 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
|
||||
```bash
|
||||
cd /home/git/gitlab
|
||||
sudo -u git -H git fetch --all
|
||||
```
|
||||
|
||||
For Gitlab Community Edition:
|
||||
|
||||
```bash
|
||||
sudo -u git -H git checkout 6-5-stable
|
||||
# For GitLab Enterprise Edition: sudo -u git -H git checkout 6-5-stable-ee
|
||||
```
|
||||
|
||||
OR
|
||||
|
||||
For GitLab Enterprise Edition:
|
||||
|
||||
```bash
|
||||
sudo -u git -H git checkout 6-5-stable-ee
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -20,9 +20,23 @@ 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
|
||||
```
|
||||
|
||||
For Gitlab Community Edition:
|
||||
|
||||
```bash
|
||||
sudo -u git -H git checkout 6-2-stable
|
||||
```
|
||||
|
||||
OR
|
||||
|
||||
For GitLab Enterprise Edition:
|
||||
|
||||
```bash
|
||||
sudo -u git -H git checkout 6-2-stable-ee
|
||||
```
|
||||
``
|
||||
|
||||
### 3. Install additional packages
|
||||
|
||||
|
||||
@@ -20,10 +20,24 @@ 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
|
||||
```
|
||||
|
||||
For Gitlab Community Edition:
|
||||
|
||||
```bash
|
||||
sudo -u git -H git checkout 6-3-stable
|
||||
```
|
||||
|
||||
OR
|
||||
|
||||
For GitLab Enterprise Edition:
|
||||
|
||||
```bash
|
||||
sudo -u git -H git checkout 6-3-stable-ee
|
||||
```
|
||||
|
||||
|
||||
### 3. Update gitlab-shell (and its config)
|
||||
|
||||
```bash
|
||||
|
||||
@@ -15,10 +15,24 @@ 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
|
||||
```
|
||||
|
||||
For Gitlab Community Edition:
|
||||
|
||||
```bash
|
||||
sudo -u git -H git checkout 6-4-stable
|
||||
```
|
||||
|
||||
OR
|
||||
|
||||
For GitLab Enterprise Edition:
|
||||
|
||||
```bash
|
||||
sudo -u git -H git checkout 6-4-stable-ee
|
||||
```
|
||||
|
||||
|
||||
### 3. Update gitlab-shell (and its config)
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user