Commit 6771e9a11513824e004878351c71bf8a8d2bd768

Authored by Jacob Vosmaer
1 parent e2725e3e

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 6  
7 7 ![documentation version](doc/images/omnibus-documentation-version-update-md.png)
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 11 First, download the latest [CE](https://www.gitlab.com/downloads/) or
12 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 22  
23 23 # Install the latest package
24 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 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 29 # Reconfigure GitLab (includes database migrations)
30 30 sudo gitlab-ctl reconfigure
... ...