Skip to content
Snippets Groups Projects
Commit 01f82f12 authored by Job van der Voort's avatar Job van der Voort Committed by Sytse Sijbrandij
Browse files

update upgrader documentation to mention dependencies

parent 0fe5c5ec
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -21,6 +21,8 @@ If you have local changes to your GitLab repository the script will stash them a
 
## 2. Run GitLab upgrade tool
 
Note: GitLab 7.2 adds cmake as dependency. Please check the dependencies in the [installation guide.](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/install/installation.md#1-packages-dependencies)
# Starting with GitLab version 7.0 upgrader script has been moved to bin directory
cd /home/git/gitlab
if [ -f bin/upgrade.rb ]; then sudo -u git -H ruby bin/upgrade.rb; else sudo -u git -H ruby script/upgrade.rb; fi
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment