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
Léo-Paul Géneau
gitlab-ce
Commits
2a748d9a
Commit
2a748d9a
authored
Jan 20, 2014
by
Sytse Sijbrandij
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'ee_update_instructions' into 'master'
Add EE checkout instructions to update docs
parents
bb9e01cb
da817a1f
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
5 deletions
+10
-5
doc/update/6.0-to-6.1.md
doc/update/6.0-to-6.1.md
+2
-1
doc/update/6.0-to-6.4.md
doc/update/6.0-to-6.4.md
+2
-1
doc/update/6.1-to-6.2.md
doc/update/6.1-to-6.2.md
+2
-1
doc/update/6.2-to-6.3.md
doc/update/6.2-to-6.3.md
+2
-1
doc/update/6.3-to-6.4.md
doc/update/6.3-to-6.4.md
+2
-1
No files found.
doc/update/6.0-to-6.1.md
View file @
2a748d9a
...
...
@@ -30,8 +30,9 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
```
bash
cd
/home/git/gitlab
sudo
-u
git
-H
git fetch
sudo
-u
git
-H
git fetch
--all
sudo
-u
git
-H
git checkout 6-1-stable
# For GitLab Enterprise Edition: sudo -u git -H git checkout 6-1-stable-ee
```
### 3. Update gitlab-shell
...
...
doc/update/6.0-to-6.4.md
View file @
2a748d9a
...
...
@@ -27,8 +27,9 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
```
bash
cd
/home/git/gitlab
sudo
-u
git
-H
git fetch
sudo
-u
git
-H
git fetch
--all
sudo
-u
git
-H
git checkout 6-4-stable
# For GitLab Enterprise Edition: sudo -u git -H git checkout 6-4-stable-ee
```
...
...
doc/update/6.1-to-6.2.md
View file @
2a748d9a
...
...
@@ -23,8 +23,9 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
```
bash
cd
/home/git/gitlab
sudo
-u
git
-H
git fetch
sudo
-u
git
-H
git fetch
--all
sudo
-u
git
-H
git checkout 6-2-stable
# Latest version of 6-2-stable addresses CVE-2013-4489
# For GitLab Enterprise Edition: sudo -u git -H git checkout 6-2-stable-ee
```
### 3. Update gitlab-shell
...
...
doc/update/6.2-to-6.3.md
View file @
2a748d9a
...
...
@@ -20,8 +20,9 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
```
bash
cd
/home/git/gitlab
sudo
-u
git
-H
git fetch
sudo
-u
git
-H
git fetch
--all
sudo
-u
git
-H
git checkout 6-3-stable
# For GitLab Enterprise Edition: sudo -u git -H git checkout 6-3-stable-ee
```
### 3. Update gitlab-shell (and its config)
...
...
doc/update/6.3-to-6.4.md
View file @
2a748d9a
...
...
@@ -15,8 +15,9 @@ sudo -u git -H bundle exec rake gitlab:backup:create RAILS_ENV=production
```
bash
cd
/home/git/gitlab
sudo
-u
git
-H
git fetch
sudo
-u
git
-H
git fetch
--all
sudo
-u
git
-H
git checkout 6-4-stable
# For GitLab Enterprise Edition: sudo -u git -H git checkout 6-4-stable-ee
```
### 3. Update gitlab-shell (and its config)
...
...
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