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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
1d0f6382
Commit
1d0f6382
authored
Oct 28, 2014
by
Sytse Sijbrandij
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't update GitLab Shell to the latest version but to the corresponding version.
parent
1ad78be9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
doc/update/patch_versions.md
doc/update/patch_versions.md
+2
-4
No files found.
doc/update/patch_versions.md
View file @
1d0f6382
...
...
@@ -26,16 +26,14 @@ sudo -u git -H git checkout LATEST_TAG
Replace LATEST_TAG with the latest GitLab tag you want to upgrade to, for example
`v6.6.3`
.
### 3. Update gitlab-shell
if it is not the latest
version
### 3. Update gitlab-shell
to the corresponding
version
```
bash
cd
/home/git/gitlab-shell
sudo
-u
git
-H
git fetch
sudo
-u
git
-H
git checkout
LATEST_TAG
sudo
-u
git
-H
git checkout
v
`
cat
/home/git/gitlab/GITLAB_SHELL_VERSION
`
```
Replace LATEST_TAG with the latest GitLab Shell tag you want to upgrade to, for example
`v1.7.9`
.
### 4. Install libs, migrations, etc.
```
bash
...
...
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