Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
7f18fa1e
Commit
7f18fa1e
authored
Sep 11, 2017
by
Achilleas Pipinellis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add gitaly to patch update doc
parent
5d952f75
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
3 deletions
+11
-3
doc/update/patch_versions.md
doc/update/patch_versions.md
+11
-3
No files found.
doc/update/patch_versions.md
View file @
7f18fa1e
...
...
@@ -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
...
...
@@ -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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment