diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-12-23 16:41:06 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-12-23 16:41:06 +0200 |
commit | bfcaf4e543c2ac3d2996753a83dcab614a2a2e68 (patch) | |
tree | 1f711bbbe26956c46aded5cb4365146f91487e07 /doc | |
parent | cc0d550f4792b355f3bf0abe5bea67a99b26f596 (diff) | |
download | gitlab-ce-bfcaf4e543c2ac3d2996753a83dcab614a2a2e68.tar.gz |
GitLab Upgrader requires v6.4.0+
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/update/upgrader.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/update/upgrader.md b/doc/update/upgrader.md index 27dedf7d045..950b2a2284a 100644 --- a/doc/update/upgrader.md +++ b/doc/update/upgrader.md @@ -1,9 +1,11 @@ -# GitLab upgrader +# GitLab Upgrader GitLab Upgrader - ruby script that allows you easily upgrade GitLab to latest minor version. Ex. it can update your application from 6.4 to latest GitLab 6 version (like 6.5.1). You still need to create backup and manually restart GitLab but all other operations can be done by upgrade tool. +__GitLab Upgrader is available only for version 6.4 or higher__ + ### 0. Backup cd /home/git/gitlab |