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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
42ef81be
Commit
42ef81be
authored
Mar 13, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'patch_update_robustness' into 'master'
Patch Update Robustness
parents
494dc8ca
32474948
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
doc/update/patch_versions.md
doc/update/patch_versions.md
+3
-2
No files found.
doc/update/patch_versions.md
View file @
42ef81be
...
@@ -18,10 +18,11 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
...
@@ -18,10 +18,11 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
```
bash
```
bash
cd
/home/git/gitlab
cd
/home/git/gitlab
sudo
-u
git
-H
git pull origin STABLE_BRANCH
sudo
-u
git
-H
git fetch
--all
sudo
-u
git
-H
git checkout LATEST_TAG
```
```
Replace
STABLE_BRANCH with the minor version you want to upgrade to, for example
`6-3-stable
`
.
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 if it is not the latest version
...
...
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