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
Kazuhiko Shiozaki
gitlab-ce
Commits
28f40b72
Commit
28f40b72
authored
Mar 04, 2014
by
Arif Ali
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prioritise postgres in doc/update/patch_versions.md, assume postgres in doc/update/ruby.md
parent
affc37ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
doc/update/patch_versions.md
doc/update/patch_versions.md
+3
-3
doc/update/ruby.md
doc/update/ruby.md
+1
-1
No files found.
doc/update/patch_versions.md
View file @
28f40b72
...
...
@@ -38,12 +38,12 @@ Replace LATEST_TAG with the latest GitLab Shell tag you want to upgrade to, for
```
bash
cd
/home/git/gitlab
# MySQL
sudo
-u
git
-H
bundle
install
--without
development
test
postgres
--deployment
#PostgreSQL
sudo
-u
git
-H
bundle
install
--without
development
test
mysql
--deployment
# MySQL
sudo
-u
git
-H
bundle
install
--without
development
test
postgres
--deployment
sudo
-u
git
-H
bundle
exec
rake db:migrate
RAILS_ENV
=
production
sudo
-u
git
-H
bundle
exec
rake assets:clean
RAILS_ENV
=
production
sudo
-u
git
-H
bundle
exec
rake assets:precompile
RAILS_ENV
=
production
...
...
doc/update/ruby.md
View file @
28f40b72
...
...
@@ -41,7 +41,7 @@ Just to be sure we will reinstall the gems used by GitLab. Note that the `bundle
```
bash
cd
/home/git/gitlab
sudo
-u
git
-H
rm
-rf
vendor/bundle
# remove existing Gem bundle
sudo
-u
git
-H
bundle
install
--deployment
--without
development
test
postgres aws
# Assuming My
SQL
sudo
-u
git
-H
bundle
install
--deployment
--without
development
test
mysql aws
# Assuming Postgre
SQL
```
### 6. Start GitLab
...
...
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