Commit 5c9cb3a3 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'mrchrisw/mysql-install' into 'master'

Add omnibus rake task

## Why was this MR needed?
There was no omnibus example

## Does this MR meet the acceptance criteria?

- [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)


See merge request !5416
parents 52750aab c2d9ab5e
......@@ -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:
**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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment