diff options
author | Alejandro RodrÃguez <alejorro70@gmail.com> | 2018-10-17 17:45:20 -0300 |
---|---|---|
committer | Alejandro RodrÃguez <alejorro70@gmail.com> | 2018-10-17 17:45:20 -0300 |
commit | 8a20d242f331a84ceff980c0615df1aa6fa3b257 (patch) | |
tree | a6b3e1625335a59ba196b57ebd71038d20e0b3fb /doc/update | |
parent | 9bf59ceb691f6c3546f6b156f70767c1c4067233 (diff) | |
download | gitlab-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.md | 2 |
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 |