diff options
author | Chris Wilson <chris@chrisjwilson.com> | 2016-07-22 03:49:27 +0000 |
---|---|---|
committer | dev-chris <chris@chrisjwilson.com> | 2016-08-19 13:01:47 +0000 |
commit | c2d9ab5e9079eafb848890ebc49457ab6c51170f (patch) | |
tree | 6302bdb2d26df42cc74a9ab96bdf7e05cf7f1233 /doc | |
parent | 6c9d1a08fec0fd0adaed01e7025ce3574314495c (diff) | |
download | gitlab-ce-c2d9ab5e9079eafb848890ebc49457ab6c51170f.tar.gz |
Add omnibus rake task. Fix source envmrchrisw/mysql-install
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/database_mysql.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/install/database_mysql.md b/doc/install/database_mysql.md index e8093f0b257..322680f0cf4 100644 --- a/doc/install/database_mysql.md +++ b/doc/install/database_mysql.md @@ -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 |