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
c2d9ab5e
Commit
c2d9ab5e
authored
Jul 22, 2016
by
Chris Wilson
Committed by
dev-chris
Aug 19, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add omnibus rake task. Fix source env
parent
6c9d1a08
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
doc/install/database_mysql.md
doc/install/database_mysql.md
+8
-1
No files found.
doc/install/database_mysql.md
View file @
c2d9ab5e
...
@@ -57,8 +57,15 @@ We do not recommend using MySQL due to various issues. For example, case [(in)se
...
@@ -57,8 +57,15 @@ We do not recommend using MySQL due to various issues. For example, case [(in)se
After installation or upgrade, remember to run the
`add_limits_mysql`
Rake task:
After installation or upgrade, remember to run the
`add_limits_mysql`
Rake task:
**Omnibus GitLab installations**
```
```
bundle exec rake add_limits_mysql
sudo gitlab-rake add_limits_mysql
```
**Installations from source**
```
bundle exec rake add_limits_mysql RAILS_ENV=production
```
```
The
`text`
type in MySQL has a different size limit than the
`text`
type in
The
`text`
type in MySQL has a different size limit than the
`text`
type in
...
...
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