From ede907253817b2353e1552ce2a7a323a1ab60291 Mon Sep 17 00:00:00 2001 From: bserie Date: Wed, 17 May 2017 10:19:45 +0200 Subject: [PATCH] =?UTF-8?q?update=20proc=C3=A9dure=20de=20migration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoGitlab/9.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/HowtoGitlab/9.md b/HowtoGitlab/9.md index d6263ac7..c3a49c54 100644 --- a/HowtoGitlab/9.md +++ b/HowtoGitlab/9.md @@ -445,7 +445,7 @@ $ git commit -a -m 'change default user' ~~~ $ cd ~/gitlab-shell $ git fetch -$ git checkout v$(cat ~/gitlab/GITLAB_SHELL_VERSION) -b v$(cat ~/gitlab/GITLAB_SHELL_VERSION) +$ git checkout v$(cat ~/gitlab/GITLAB_SHELL_VERSION) -b v$(cat ~/gitlab/GITLAB_SHELL_VERSION ~~~ ### Mise à jour de gitlab-workhorse @@ -464,7 +464,8 @@ $ cd ~/gitlab $ bundle install --without development test mysql aws kerberos --deployment $ bundle clean $ bundle exec rake db:migrate RAILS_ENV=production -$ bundle exec rake assets:clean assets:precompile cache:clear RAILS_ENV=production +$ bundle exec rake yarn:install gitlab:assets:clean gitlab:assets:compile RAILS_ENV=production NODE_ENV=production +$ bundle exec rake cache:clear RAILS_ENV=production $ git commit -a -m 'upgraded to 9.x.y' ~~~