| ... | @@ -23,8 +23,9 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production |
... | @@ -23,8 +23,9 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production |
|
|
|
|
|
|
|
```bash
|
|
```bash
|
|
|
cd /home/git/gitlab
|
|
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
|
|
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
|
|
### 3. Update gitlab-shell
|
| ... | |
... | |
| ... | | ... | |