Update minor version upgrade guide get latest code section.

This commit is contained in:
Marin Jankovski 2014-02-12 17:42:56 +01:00
parent 0949c01093
commit bccc2729ef
1 changed files with 14 additions and 2 deletions

View File

@ -16,8 +16,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
```
### 3. Update gitlab-shell (and its config)