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
0955a45a
Commit
0955a45a
authored
Jan 25, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'database-confusion' into 'master'
Database Confusion To prevent
https://twitter.com/TechIsCool/status/426133762032676865
parents
5cc830d3
03e0a759
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
6.0-to-6.5.md
doc/update/6.0-to-6.5.md
+2
-2
6.4-to-6.5.md
doc/update/6.4-to-6.5.md
+2
-2
No files found.
doc/update/6.0-to-6.5.md
View file @
0955a45a
...
...
@@ -53,10 +53,10 @@ sudo -u git -H git checkout v1.8.0 # Addresses multiple critical security vulner
```
bash
cd
/home/git/gitlab
# MySQL
# MySQL
installations (note: the line below states '--without ... postgres')
sudo
-u
git
-H
bundle
install
--without
development
test
postgres
--deployment
#
PostgreSQL
#
PostgreSQL installations (note: the line below states '--without ... mysql')
sudo
-u
git
-H
bundle
install
--without
development
test
mysql
--deployment
...
...
doc/update/6.4-to-6.5.md
View file @
0955a45a
...
...
@@ -33,10 +33,10 @@ sudo -u git -H git checkout v1.8.0
```
bash
cd
/home/git/gitlab
# MySQL
# MySQL
installations (note: the line below states '--without ... postgres')
sudo
-u
git
-H
bundle
install
--without
development
test
postgres
--deployment
# PostgreSQL
# PostgreSQL
installations (note: the line below states '--without ... mysql')
sudo
-u
git
-H
bundle
install
--without
development
test
mysql
--deployment
...
...
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