From 94649184fa769c86ae397ec7d303ebf10a97017d Mon Sep 17 00:00:00 2001 From: bserie Date: Tue, 16 May 2017 17:50:26 +0200 Subject: [PATCH] Modification upgrade --- HowtoGitlab/8.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HowtoGitlab/8.md b/HowtoGitlab/8.md index 21bc2f19..a39c369d 100644 --- a/HowtoGitlab/8.md +++ b/HowtoGitlab/8.md @@ -497,9 +497,9 @@ $ bundle exec rake gitlab:assets:clean gitlab:assets:compile cache:clear RAILS_E Il est aussi nécessaire de disposer de l'outil [Yarn](https://wiki.evolix.org/HowtoYarn). -## Mise à jour majeure +## Mise à jour majeure vers la version 9.0.x -D'une version 8.x.y à 9.x.y. +D'une version 8.17.6 à 9.0-stable ### Sauvegarde @@ -515,7 +515,7 @@ $ bundle exec rake gitlab:backup:create RAILS_ENV=production $ umask 002 $ git fetch --all $ git checkout -- Gemfile.lock db/schema.rb -$ git checkout -B v9-0-stable 9-0-stable +$ git checkout 9-0-stable $ sed -i -e s'/app_user="git"/app_user="foo"/' \ -e 's/# Provides: .*gitlab$/# Provides: gitlab-foo/' \ lib/support/init.d/gitlab