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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
dbff9a74
Commit
dbff9a74
authored
Mar 09, 2017
by
DJ Mountney
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use common code blocks throughout the entire CE-to-EE docs
parent
097ffe73
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
5 deletions
+13
-5
doc/update/9.0-ce-to-ee.md
doc/update/9.0-ce-to-ee.md
+13
-5
No files found.
doc/update/9.0-ce-to-ee.md
View file @
dbff9a74
...
...
@@ -18,7 +18,9 @@ privileges to the GitLab user on the database version.
### 1. Stop server
sudo service gitlab stop
```
bash
sudo
service gitlab stop
```
### 2. Get the EE code
...
...
@@ -48,18 +50,24 @@ sudo -u git -H bundle exec rake assets:clean assets:precompile cache:clear RAILS
### 4. Start application
sudo service gitlab start
sudo service nginx restart
```
bash
sudo
service gitlab start
sudo
service nginx restart
```
### 5. Check application status
Check if GitLab and its environment are configured correctly:
sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production
```
bash
sudo
-u
git
-H
bundle
exec
rake gitlab:env:info
RAILS_ENV
=
production
```
To make sure you didn't miss anything run a more thorough check with:
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production
```
bash
sudo
-u
git
-H
bundle
exec
rake gitlab:check
RAILS_ENV
=
production
```
If all items are green, then congratulations upgrade complete!
...
...
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