Commit f8b2697a97c738efdc831ca2443b62903c75a8fa

Authored by Sytse Sijbrandij
1 parent 36537218

Make the upgrade instructions compatable with 7.0 and higher.

Showing 1 changed file with 5 additions and 6 deletions   Show diff stats
doc/update.md
... ... @@ -6,10 +6,9 @@ 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.9.x
  9 +## Updating from GitLab 6.6.x and higher to the latest version
10 10  
11   -The procedure can also be used to upgrade from a CE omnibus package to an EE
12   -omnibus package.
  11 +The procedure can also be used to upgrade from a CE omnibus package to an EE omnibus package.
13 12  
14 13 First, download the latest [CE](https://www.gitlab.com/downloads/) or
15 14 [EE (subscribers only)](https://gitlab.com/subscribers/gitlab-ee/blob/master/doc/install/packages.md)
... ... @@ -24,10 +23,10 @@ sudo gitlab-ctl stop sidekiq
24 23 sudo gitlab-rake gitlab:backup:create
25 24  
26 25 # Install the latest package
27   -# Ubuntu:
28   -sudo dpkg -i gitlab_6.9.y-omnibus.xxx.deb
  26 +# Ubuntu/Debian:
  27 +sudo dpkg -i gitlab_x.x.x-omnibus.xxx.deb
29 28 # CentOS:
30   -sudo rpm -Uvh gitlab-6.9.y_xxx.rpm
  29 +sudo rpm -Uvh gitlab-x.x.x_xxx.rpm
31 30  
32 31 # Reconfigure GitLab (includes database migrations)
33 32 sudo gitlab-ctl reconfigure
... ...