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
Tatuya Kamada
gitlab-ce
Commits
98a21cd4
Commit
98a21cd4
authored
Aug 02, 2016
by
Valery Sizov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove outdated notes from the update guide
parent
aac8dcf1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
28 deletions
+4
-28
doc/update/8.10-to-8.11.md
doc/update/8.10-to-8.11.md
+4
-28
No files found.
doc/update/8.10-to-8.11.md
View file @
98a21cd4
...
...
@@ -62,23 +62,7 @@ sudo -u git -H git checkout v0.7.8
sudo
-u
git
-H
make
```
### 6. Update MySQL permissions
If you are using MySQL you need to grant the GitLab user the necessary
permissions on the database:
```
bash
# Login to MySQL
mysql
-u
root
-p
# Grant the GitLab user the REFERENCES permission on the database
GRANT REFERENCES ON
`
gitlabhq_production
`
.
*
TO
'git'
@
'localhost'
;
# Quit the database session
mysql>
\q
```
### 7. Install libs, migrations, etc.
### 6. Install libs, migrations, etc.
```
bash
cd
/home/git/gitlab
...
...
@@ -100,7 +84,7 @@ sudo -u git -H bundle exec rake assets:clean assets:precompile cache:clear RAILS
```
###
8
. Update configuration files
###
7
. Update configuration files
#### New configuration options for `gitlab.yml`
...
...
@@ -110,14 +94,6 @@ There are new configuration options available for [`gitlab.yml`](config/gitlab.y
git diff origin/8-10-stable:config/gitlab.yml.example origin/8-11-stable:config/gitlab.yml.example
```
#### Git configuration
Disable
`git gc --auto`
because GitLab runs
`git gc`
for us already.
```
sh
sudo
-u
git
-H
git config
--global
gc.auto 0
```
#### Nginx configuration
Ensure you're still up-to-date with the latest NGINX configuration changes:
...
...
@@ -157,12 +133,12 @@ Ensure you're still up-to-date with the latest init script changes:
sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab
###
9
. Start application
###
8
. Start application
sudo service gitlab start
sudo service nginx restart
###
10
. Check application status
###
9
. 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