Commit bfcaf4e543c2ac3d2996753a83dcab614a2a2e68
1 parent
cc0d550f
Exists in
spb-stable
and in
3 other branches
GitLab Upgrader requires v6.4.0+
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
doc/update/upgrader.md
1 | -# GitLab upgrader | |
1 | +# GitLab Upgrader | |
2 | 2 | |
3 | 3 | GitLab Upgrader - ruby script that allows you easily upgrade GitLab to latest minor version. |
4 | 4 | Ex. it can update your application from 6.4 to latest GitLab 6 version (like 6.5.1). |
5 | 5 | You still need to create backup and manually restart GitLab but all other operations can be done by upgrade tool. |
6 | 6 | |
7 | +__GitLab Upgrader is available only for version 6.4 or higher__ | |
8 | + | |
7 | 9 | ### 0. Backup |
8 | 10 | |
9 | 11 | cd /home/git/gitlab | ... | ... |