diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-11-30 12:08:42 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-11-30 12:08:42 +0000 |
commit | b08a80fd26f55018a52c8cb17ac7d9fee4fa9b9c (patch) | |
tree | ad3872f6cc9c7428a2e07a510cd04a719f390f44 | |
parent | f6562be044845db9871c0588b306e4e9b8ec7373 (diff) | |
parent | 824ad40699bf4ee22f0dbe53b5ae344c916c0d9f (diff) | |
download | gitlab-ce-b08a80fd26f55018a52c8cb17ac7d9fee4fa9b9c.tar.gz |
Merge branch 'upgrader' into 'master'
Make clear that the upgrader script does not update gitlab-shell
There are many cases where people end up with a broken update because they don't update gitlab-shell.
For example: https://twitter.com/hgomez/status/537902038907363330
\cc @sytses
See merge request !246
-rw-r--r-- | doc/update/upgrader.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/update/upgrader.md b/doc/update/upgrader.md index 44e18a9ed42..0a9f242d9ab 100644 --- a/doc/update/upgrader.md +++ b/doc/update/upgrader.md @@ -10,6 +10,8 @@ If you have local changes to your GitLab repository the script will stash them a **GitLab Upgrader is available only for GitLab version 6.4.2 or higher.** +**This script does NOT update gitlab-shell, it needs manual update. See step 5 below.** + ## 0. Backup cd /home/git/gitlab |