Skip to content
Snippets Groups Projects
Commit 6e659d8e authored by Sean McGivern's avatar Sean McGivern Committed by Timothy Andrew
Browse files

Merge branch 'gitaly-upgrade-doc' into 'master'

Fix 9.1 Gitaly source update steps

Closes #31288

See merge request !10877
parent 3e40fb27
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
Loading
@@ -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
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