summaryrefslogtreecommitdiff
path: root/doc/update
diff options
context:
space:
mode:
authorAlejandro Rodríguez <alejorro70@gmail.com>2018-10-17 17:45:20 -0300
committerAlejandro Rodríguez <alejorro70@gmail.com>2018-10-17 17:45:20 -0300
commit8a20d242f331a84ceff980c0615df1aa6fa3b257 (patch)
treea6b3e1625335a59ba196b57ebd71038d20e0b3fb /doc/update
parent9bf59ceb691f6c3546f6b156f70767c1c4067233 (diff)
downloadgitlab-ce-8a20d242f331a84ceff980c0615df1aa6fa3b257.tar.gz
[ci skip] Update Gitaly installation documentation
Now the rake task takes the path to the default storage directory.
Diffstat (limited to 'doc/update')
-rw-r--r--doc/update/patch_versions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/patch_versions.md b/doc/update/patch_versions.md
index a4f17746b69..2e8380aa5d8 100644
--- a/doc/update/patch_versions.md
+++ b/doc/update/patch_versions.md
@@ -83,7 +83,7 @@ sudo -u git -H bundle exec rake "gitlab:workhorse:install[/home/git/gitlab-workh
```bash
cd /home/git/gitlab
-sudo -u git -H bundle exec rake "gitlab:gitaly:install[/home/git/gitaly]" RAILS_ENV=production
+sudo -u git -H bundle exec rake "gitlab:gitaly:install[/home/git/gitaly,/home/git/repositories]" RAILS_ENV=production
```
### 6. Update gitlab-shell to the corresponding version