Skip to content
Snippets Groups Projects
Commit 38cd13c9 authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab)
Browse files

Fix 9.1 Gitaly source update steps

parent c7680264
No related branches found
No related tags found
No related merge requests found
Loading
@@ -317,6 +317,17 @@ the socket path, but with `unix:` in front.
Loading
@@ -317,6 +317,17 @@ the socket path, but with `unix:` in front.
   
Each entry under `storages:` should use the same `gitaly_address`. 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 #### Gitaly config.toml
   
In GitLab 9.1 we are replacing environment variables in Gitaly with a In GitLab 9.1 we are replacing environment variables in Gitaly with a
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment