Update Gitaly command when upgrade from source does not work
https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/update/patch_versions.md
states that command
sudo -u git -H bundle exec rake "gitlab:gitaly:install[/home/git/gitaly]" RAILS_ENV=production
should be issued but it required now 2 arguments
Please specify the directory where you want to install gitaly and the path for the default storage
Usage: rake "gitlab:gitaly:install[/installation/dir,/storage/path]"
so it should consider default for second or should be updated
I used temporary this command
sudo -u git -H bundle exec rake "gitlab:gitaly:install[/home/git/gitaly,/home/git/repositories]" RAILS_ENV=production
Edited by Сергей Вохмянин