diff --git a/doc/update/6.0-ce-to-ee.md b/doc/update/6.0-ce-to-ee.md index d012c5b001..a1551efb3d 100644 --- a/doc/update/6.0-ce-to-ee.md +++ b/doc/update/6.0-ce-to-ee.md @@ -44,6 +44,7 @@ sudo -u git -H bundle install --without development test postgres --deployment sudo -u git -H bundle install --without development test mysql --deployment sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production +sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production ``` ### 5. Update Init script diff --git a/doc/update/6.1-ce-to-ee.md b/doc/update/6.1-ce-to-ee.md index 94d7009ac4..e75b67d239 100644 --- a/doc/update/6.1-ce-to-ee.md +++ b/doc/update/6.1-ce-to-ee.md @@ -44,6 +44,7 @@ sudo -u git -H bundle install --without development test postgres --deployment sudo -u git -H bundle install --without development test mysql --deployment sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production +sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production ``` ### 5. Update Init script diff --git a/doc/update/6.2-ce-to-ee.md b/doc/update/6.2-ce-to-ee.md index 560e38f9b5..34aef31410 100644 --- a/doc/update/6.2-ce-to-ee.md +++ b/doc/update/6.2-ce-to-ee.md @@ -44,6 +44,7 @@ sudo -u git -H bundle install --without development test postgres --deployment sudo -u git -H bundle install --without development test mysql --deployment sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production +sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production ``` ### 5. Update Init script