Skip to content
Snippets Groups Projects
Commit 7f18fa1e authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Add gitaly to patch update doc

parent 5d952f75
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -74,7 +74,15 @@ cd /home/git/gitlab
sudo -u git -H bundle exec rake "gitlab:workhorse:install[/home/git/gitlab-workhorse]" RAILS_ENV=production
```
 
### 5. Update gitlab-shell to the corresponding version
### 5. Update gitaly to the corresponding version
```bash
cd /home/git/gitlab
sudo -u git -H bundle exec rake "gitlab:gitaly:install[/home/git/gitaly]" RAILS_ENV=production
```
### 6. Update gitlab-shell to the corresponding version
 
```bash
cd /home/git/gitlab-shell
Loading
Loading
@@ -84,14 +92,14 @@ sudo -u git -H git checkout v`cat /home/git/gitlab/GITLAB_SHELL_VERSION` -b v`ca
sudo -u git -H sh -c 'if [ -x bin/compile ]; then bin/compile; fi'
```
 
### 6. Start application
### 7. Start application
 
```bash
sudo service gitlab start
sudo service nginx restart
```
 
### 7. Check application status
### 8. Check application status
 
Check if GitLab and its environment are configured correctly:
 
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