summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-03-21 00:40:47 +0000
committerFilipa Lacerda <filipa@gitlab.com>2017-03-21 00:40:47 +0000
commitf5bc48cf5b639644fc4bf8b6d41cc82cf2eeaf84 (patch)
treef13a8d8b84d1a129a63cad6461127c1e2f45d2cf
parent7601d8b0b764d02f3db796a604575ef2638a8a7f (diff)
parent543f68b8f2f26661a8880956651f2c2ccf4e9136 (diff)
downloadgitlab-ce-f5bc48cf5b639644fc4bf8b6d41cc82cf2eeaf84.tar.gz
Merge branch '29730-9-0-upgrade-documentation-should-include-yarn' into 'master'
Resolve "9.0 upgrade documentation should include Yarn" Closes #29730 See merge request !10101
-rw-r--r--doc/update/8.17-to-9.0.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/update/8.17-to-9.0.md b/doc/update/8.17-to-9.0.md
index 626507c0482..b7ba970031c 100644
--- a/doc/update/8.17-to-9.0.md
+++ b/doc/update/8.17-to-9.0.md
@@ -115,11 +115,11 @@ sudo -u git -H bundle clean
# Run database migrations
sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production
-# Install/update frontend asset dependencies
-sudo -u git -H npm install --production
+# Update node dependencies and recompile assets
+sudo -u git -H bundle exec rake yarn:install gitlab:assets:clean gitlab:assets:compile RAILS_ENV=production NODE_ENV=production
-# Clean up assets and cache
-sudo -u git -H bundle exec rake gitlab:assets:clean gitlab:assets:compile cache:clear RAILS_ENV=production
+# Clean up cache
+sudo -u git -H bundle exec rake cache:clear RAILS_ENV=production
```
**MySQL installations**: Run through the `MySQL strings limits` and `Tables and data conversion to utf8mb4` [tasks](../install/database_mysql.md).