Commit bccc2729ef3bcebf344903e73cc8b3f7f03bd242

Authored by Marin Jankovski
1 parent 0949c010

Update minor version upgrade guide get latest code section.

Showing 1 changed file with 14 additions and 2 deletions   Show diff stats
doc/update/6.4-to-6.5.md
@@ -16,8 +16,20 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production @@ -16,8 +16,20 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
16 ```bash 16 ```bash
17 cd /home/git/gitlab 17 cd /home/git/gitlab
18 sudo -u git -H git fetch --all 18 sudo -u git -H git fetch --all
  19 +```
  20 +
  21 +For Gitlab Community Edition:
  22 +
  23 +```bash
19 sudo -u git -H git checkout 6-5-stable 24 sudo -u git -H git checkout 6-5-stable
20 -# For GitLab Enterprise Edition: sudo -u git -H git checkout 6-5-stable-ee 25 +```
  26 +
  27 +OR
  28 +
  29 +For GitLab Enterprise Edition:
  30 +
  31 +```bash
  32 +sudo -u git -H git checkout 6-5-stable-ee
21 ``` 33 ```
22 34
23 ### 3. Update gitlab-shell (and its config) 35 ### 3. Update gitlab-shell (and its config)
@@ -79,4 +91,4 @@ Follow the [`upgrade guide from 6.3 to 6.4`](6.3-to-6.4.md), except for the data @@ -79,4 +91,4 @@ Follow the [`upgrade guide from 6.3 to 6.4`](6.3-to-6.4.md), except for the data
79 cd /home/git/gitlab 91 cd /home/git/gitlab
80 sudo -u git -H bundle exec rake gitlab:backup:restore RAILS_ENV=production 92 sudo -u git -H bundle exec rake gitlab:backup:restore RAILS_ENV=production
81 ``` 93 ```
82 -If you have more than one backup *.tar file(s) please add `BACKUP=timestamp_of_backup` to the command above.  
83 \ No newline at end of file 94 \ No newline at end of file
  95 +If you have more than one backup *.tar file(s) please add `BACKUP=timestamp_of_backup` to the command above.