diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2017-04-24 12:21:55 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2017-04-24 12:21:55 +0000 |
commit | 89d6ee8d673cb24ae6e86ac5af211c8e25d92b14 (patch) | |
tree | 3b3d0966d7041b16660a6457c190c1dc04e2671b /doc | |
parent | b2fd7731285a6bf3bca9ce1768c1756df2fe859f (diff) | |
parent | 38cd13c9f51f3497529af373d389bd3c039505b6 (diff) | |
download | gitlab-ce-89d6ee8d673cb24ae6e86ac5af211c8e25d92b14.tar.gz |
Merge branch 'gitaly-upgrade-doc' into 'master'
Fix 9.1 Gitaly source update steps
Closes #31288
See merge request !10877
Diffstat (limited to 'doc')
-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 |