Skip to content
Snippets Groups Projects
Commit c2d9ab5e authored by Chris Wilson's avatar Chris Wilson Committed by dev-chris
Browse files

Add omnibus rake task. Fix source env

parent 6c9d1a08
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment