Commit 6771e9a11513824e004878351c71bf8a8d2bd768
1 parent
e2725e3e
Exists in
master
and in
9 other branches
Refer to GitLab 6.9 in doc/update.md
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
doc/update.md
@@ -6,7 +6,7 @@ Please make sure you are viewing this file on the master branch. | @@ -6,7 +6,7 @@ Please make sure you are viewing this file on the master branch. | ||
6 | 6 | ||
7 |  | 7 |  |
8 | 8 | ||
9 | -## Updating from GitLab 6.6.x or higher to 6.8.x | 9 | +## Updating from GitLab 6.6.x or higher to 6.9.x |
10 | 10 | ||
11 | First, download the latest [CE](https://www.gitlab.com/downloads/) or | 11 | First, download the latest [CE](https://www.gitlab.com/downloads/) or |
12 | [EE (subscribers only)](https://gitlab.com/subscribers/gitlab-ee/blob/master/doc/install/packages.md) | 12 | [EE (subscribers only)](https://gitlab.com/subscribers/gitlab-ee/blob/master/doc/install/packages.md) |
@@ -22,9 +22,9 @@ sudo gitlab-rake gitlab:backup:create | @@ -22,9 +22,9 @@ sudo gitlab-rake gitlab:backup:create | ||
22 | 22 | ||
23 | # Install the latest package | 23 | # Install the latest package |
24 | # Ubuntu: | 24 | # Ubuntu: |
25 | -sudo dpkg -i gitlab_6.7.y-omnibus.xxx.deb | 25 | +sudo dpkg -i gitlab_6.9.y-omnibus.xxx.deb |
26 | # CentOS: | 26 | # CentOS: |
27 | -sudo rpm -Uvh gitlab-6.7.y_xxx.rpm | 27 | +sudo rpm -Uvh gitlab-6.9.y_xxx.rpm |
28 | 28 | ||
29 | # Reconfigure GitLab (includes database migrations) | 29 | # Reconfigure GitLab (includes database migrations) |
30 | sudo gitlab-ctl reconfigure | 30 | sudo gitlab-ctl reconfigure |