mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-20 14:11:11 +00:00
Add omnibus rake task. Fix source env
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user