Commit bccc2729ef3bcebf344903e73cc8b3f7f03bd242
1 parent
0949c010
Exists in
spb-stable
and in
3 other branches
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 | 16 | ```bash |
17 | 17 | cd /home/git/gitlab |
18 | 18 | sudo -u git -H git fetch --all |
19 | +``` | |
20 | + | |
21 | +For Gitlab Community Edition: | |
22 | + | |
23 | +```bash | |
19 | 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 | 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 | 91 | cd /home/git/gitlab |
80 | 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 | 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. | ... | ... |