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
a060a8da
Commit
a060a8da
authored
Nov 13, 2015
by
Robert Speicher
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update doc/update/8.1-to-8.2.md
[ci skip]
parent
b8ab0125
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
doc/update/8.1-to-8.2.md
doc/update/8.1-to-8.2.md
+7
-6
No files found.
doc/update/8.1-to-8.2.md
View file @
a060a8da
...
@@ -2,7 +2,8 @@
...
@@ -2,7 +2,8 @@
**NOTE:**
GitLab 8.0 introduced several significant changes related to
**NOTE:**
GitLab 8.0 introduced several significant changes related to
installation and configuration which
*are not duplicated here*
. Be sure you're
installation and configuration which
*are not duplicated here*
. Be sure you're
already running a working version of 8.0 before proceeding with this guide.
already running a working version of at least 8.0 before proceeding with this
guide.
### 0. Double-check your Git version
### 0. Double-check your Git version
...
@@ -67,7 +68,7 @@ sudo -u git -H git checkout 8-2-stable-ee
...
@@ -67,7 +68,7 @@ sudo -u git -H git checkout 8-2-stable-ee
```
bash
```
bash
cd
/home/git/gitlab-shell
cd
/home/git/gitlab-shell
sudo
-u
git
-H
git fetch
sudo
-u
git
-H
git fetch
sudo
-u
git
-H
git checkout v2.6.
5
sudo
-u
git
-H
git checkout v2.6.
6
```
```
### 5. Replace gitlab-git-http-server with gitlab-workhorse
### 5. Replace gitlab-git-http-server with gitlab-workhorse
...
@@ -80,7 +81,7 @@ from GitLab 8.1.
...
@@ -80,7 +81,7 @@ from GitLab 8.1.
cd
/home/git
cd
/home/git
sudo
-u
git
-H
git clone https://gitlab.com/gitlab-org/gitlab-workhorse.git
sudo
-u
git
-H
git clone https://gitlab.com/gitlab-org/gitlab-workhorse.git
cd
gitlab-workhorse
cd
gitlab-workhorse
sudo
-u
git
-H
git checkout 0.
3
.1
sudo
-u
git
-H
git checkout 0.
4
.1
sudo
-u
git
-H
make
sudo
-u
git
-H
make
```
```
...
@@ -165,12 +166,12 @@ To make sure you didn't miss anything run a more thorough check:
...
@@ -165,12 +166,12 @@ To make sure you didn't miss anything run a more thorough check:
If all items are green, then congratulations, the upgrade is complete!
If all items are green, then congratulations, the upgrade is complete!
## Things went south? Revert to previous version (8.
0
)
## Things went south? Revert to previous version (8.
1
)
### 1. Revert the code to the previous version
### 1. Revert the code to the previous version
Follow the
[
upgrade guide from
7.14 to 8.0
](
7.14-to-8.0.md
)
, except for the database migration
Follow the
[
upgrade guide from
8.0 to 8.1
](
8.0-to-8.1.md
)
, except for the
(The backup is already migrated to the previous version)
database migration (the backup is already migrated to the previous version).
### 2. Restore from the backup
### 2. Restore from the backup
...
...
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