Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-02-12 20:42:56 +0400
committerMarin Jankovski <marin@gitlab.com>2014-02-12 20:42:56 +0400
commitbccc2729ef3bcebf344903e73cc8b3f7f03bd242 (patch)
tree4d29e975f0428d6ec0048ac7004fd18ebe0d0585 /doc
parent0949c01093770e66a5fd5354c166e1ae6bd6742c (diff)
Update minor version upgrade guide get latest code section.
Diffstat (limited to 'doc')
-rw-r--r--doc/update/6.4-to-6.5.md16
1 files changed, 14 insertions, 2 deletions
diff --git a/doc/update/6.4-to-6.5.md b/doc/update/6.4-to-6.5.md
index d93ddc11624..c88be3582cf 100644
--- a/doc/update/6.4-to-6.5.md
+++ b/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
```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)
@@ -79,4 +91,4 @@ Follow the [`upgrade guide from 6.3 to 6.4`](6.3-to-6.4.md), except for the data
cd /home/git/gitlab
sudo -u git -H bundle exec rake gitlab:backup:restore RAILS_ENV=production
```
-If you have more than one backup *.tar file(s) please add `BACKUP=timestamp_of_backup` to the command above. \ No newline at end of file
+If you have more than one backup *.tar file(s) please add `BACKUP=timestamp_of_backup` to the command above.