diff options
author | Jacob Vosmaer <jacob@gitlab.com> | 2017-04-24 12:38:42 +0200 |
---|---|---|
committer | Jacob Vosmaer <jacob@gitlab.com> | 2017-04-24 12:38:42 +0200 |
commit | 38cd13c9f51f3497529af373d389bd3c039505b6 (patch) | |
tree | 99e7dca5fd888913f07c944fff7f9b7f7538d628 /doc/update | |
parent | c768026474b9dff9f6f988372e4eefb85b1d8be9 (diff) | |
download | gitlab-ce-38cd13c9f51f3497529af373d389bd3c039505b6.tar.gz |
Fix 9.1 Gitaly source update steps
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/9.0-to-9.1.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/update/9.0-to-9.1.md b/doc/update/9.0-to-9.1.md index 1191662ee14..2d597894517 100644 --- a/doc/update/9.0-to-9.1.md +++ b/doc/update/9.0-to-9.1.md @@ -317,6 +317,17 @@ the socket path, but with `unix:` in front. Each entry under `storages:` should use the same `gitaly_address`. +#### Compile Gitaly + +This step will also create `config.toml.example` which you need below. + +```shell +cd /home/git/gitaly +sudo -u git -H git fetch --all --tags +sudo -u git -H git checkout v$(</home/git/gitlab/GITALY_SERVER_VERSION) +sudo -u git -H make +``` + #### Gitaly config.toml In GitLab 9.1 we are replacing environment variables in Gitaly with a |