Commit e1c1e882b37df6d0d36d54d0d2f48c3a58c101ed
Exists in
spb-stable
and in
3 other branches
Merge branch 'layout-of-upgrader'
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: doc/update/upgrader.md
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/update/upgrader.md
@@ -21,7 +21,7 @@ __GitLab Upgrader is available only for GitLab version 6.4.2 or higher__ | @@ -21,7 +21,7 @@ __GitLab Upgrader is available only for GitLab version 6.4.2 or higher__ | ||
21 | cd /home/git/gitlab | 21 | cd /home/git/gitlab |
22 | sudo -u git -H ruby script/upgrade.rb | 22 | sudo -u git -H ruby script/upgrade.rb |
23 | 23 | ||
24 | - # it also supports -y option to avoid waiting for user input | 24 | + # to perform a non-interactive install (no user input required) you can add -y |
25 | # sudo -u git -H ruby script/upgrade.rb -y | 25 | # sudo -u git -H ruby script/upgrade.rb -y |
26 | 26 | ||
27 | ### 3. Start application | 27 | ### 3. Start application |