BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
2cd8b5d2
Commit
2cd8b5d2
authored
Oct 07, 2016
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'patch-6' into 'master'
Fix Ubuntu 16.04.1 update process using systemctl daemon-reload See merge request !6666
parents
1243cab2
d5ea7b6b
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
52 additions
and
0 deletions
+52
-0
8.0-to-8.1.md
doc/update/8.0-to-8.1.md
+4
-0
8.1-to-8.2.md
doc/update/8.1-to-8.2.md
+4
-0
8.10-to-8.11.md
doc/update/8.10-to-8.11.md
+4
-0
8.11-to-8.12.md
doc/update/8.11-to-8.12.md
+4
-0
8.12-to-8.13.md
doc/update/8.12-to-8.13.md
+4
-0
8.2-to-8.3.md
doc/update/8.2-to-8.3.md
+4
-0
8.3-to-8.4.md
doc/update/8.3-to-8.4.md
+4
-0
8.4-to-8.5.md
doc/update/8.4-to-8.5.md
+4
-0
8.5-to-8.6.md
doc/update/8.5-to-8.6.md
+4
-0
8.6-to-8.7.md
doc/update/8.6-to-8.7.md
+4
-0
8.7-to-8.8.md
doc/update/8.7-to-8.8.md
+4
-0
8.8-to-8.9.md
doc/update/8.8-to-8.9.md
+4
-0
8.9-to-8.10.md
doc/update/8.9-to-8.10.md
+4
-0
No files found.
doc/update/8.0-to-8.1.md
View file @
2cd8b5d2
...
...
@@ -99,6 +99,10 @@ sudo -u git -H bundle exec rake assets:clean assets:precompile cache:clear RAILS
# Update init.d script
sudo cp
lib/support/init.d/gitlab /etc/init.d/gitlab
```
For Ubuntu 16.04.1 LTS:
sudo systemctl daemon-reload
### 7. Update configuration files
...
...
doc/update/8.1-to-8.2.md
View file @
2cd8b5d2
...
...
@@ -116,6 +116,10 @@ sudo -u git -H bundle exec rake assets:clean assets:precompile cache:clear RAILS
# Update init.d script
sudo cp
lib/support/init.d/gitlab /etc/init.d/gitlab
```
For Ubuntu 16.04.1 LTS:
sudo systemctl daemon-reload
### 7. Update configuration files
...
...
doc/update/8.10-to-8.11.md
View file @
2cd8b5d2
...
...
@@ -158,6 +158,10 @@ See [smtp_settings.rb.sample] as an example.
Ensure you're still up-to-date with the latest init script changes:
sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab
For Ubuntu 16.04.1 LTS:
sudo systemctl daemon-reload
### 9. Start application
...
...
doc/update/8.11-to-8.12.md
View file @
2cd8b5d2
...
...
@@ -166,6 +166,10 @@ See [smtp_settings.rb.sample] as an example.
Ensure you're still up-to-date with the latest init script changes:
sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab
For Ubuntu 16.04.1 LTS:
sudo systemctl daemon-reload
### 9. Start application
...
...
doc/update/8.12-to-8.13.md
View file @
2cd8b5d2
...
...
@@ -166,6 +166,10 @@ See [smtp_settings.rb.sample] as an example.
Ensure you're still up-to-date with the latest init script changes:
sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab
For Ubuntu 16.04.1 LTS:
sudo systemctl daemon-reload
### 9. Start application
...
...
doc/update/8.2-to-8.3.md
View file @
2cd8b5d2
...
...
@@ -158,6 +158,10 @@ it where the 'public' directory of GitLab is.
cd /home/git/gitlab
sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab
```
For Ubuntu 16.04.1 LTS:
sudo systemctl daemon-reload
### 8. Use Redis v2.8.0+
...
...
doc/update/8.3-to-8.4.md
View file @
2cd8b5d2
...
...
@@ -98,6 +98,10 @@ We updated the init script for GitLab in order to set a specific PATH for gitlab
cd /home/git/gitlab
sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab
```
For Ubuntu 16.04.1 LTS:
sudo systemctl daemon-reload
### 8. Start application
...
...
doc/update/8.4-to-8.5.md
View file @
2cd8b5d2
...
...
@@ -119,6 +119,10 @@ via [/etc/default/gitlab].
Ensure you're still up-to-date with the latest init script changes:
sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab
For Ubuntu 16.04.1 LTS:
sudo systemctl daemon-reload
### 8. Start application
...
...
doc/update/8.5-to-8.6.md
View file @
2cd8b5d2
...
...
@@ -138,6 +138,10 @@ via [/etc/default/gitlab].
Ensure you're still up-to-date with the latest init script changes:
sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab
For Ubuntu 16.04.1 LTS:
sudo systemctl daemon-reload
### 9. Start application
...
...
doc/update/8.6-to-8.7.md
View file @
2cd8b5d2
...
...
@@ -127,6 +127,10 @@ via [/etc/default/gitlab].
Ensure you're still up-to-date with the latest init script changes:
sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab
For Ubuntu 16.04.1 LTS:
sudo systemctl daemon-reload
### 8. Start application
...
...
doc/update/8.7-to-8.8.md
View file @
2cd8b5d2
...
...
@@ -127,6 +127,10 @@ via [/etc/default/gitlab].
Ensure you're still up-to-date with the latest init script changes:
sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab
For Ubuntu 16.04.1 LTS:
sudo systemctl daemon-reload
### 8. Start application
...
...
doc/update/8.8-to-8.9.md
View file @
2cd8b5d2
...
...
@@ -156,6 +156,10 @@ See [smtp_settings.rb.sample] as an example.
Ensure you're still up-to-date with the latest init script changes:
sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab
For Ubuntu 16.04.1 LTS:
sudo systemctl daemon-reload
### 9. Start application
...
...
doc/update/8.9-to-8.10.md
View file @
2cd8b5d2
...
...
@@ -156,6 +156,10 @@ See [smtp_settings.rb.sample] as an example.
Ensure you're still up-to-date with the latest init script changes:
sudo cp lib/support/init.d/gitlab /etc/init.d/gitlab
For Ubuntu 16.04.1 LTS:
sudo systemctl daemon-reload
### 9. Start application
...
...
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