22
0
Fork 0

Modification upgrade

This commit is contained in:
Benoît S. 2017-05-16 17:50:26 +02:00
parent 0f9d4c7005
commit 94649184fa
1 changed files with 3 additions and 3 deletions

View File

@ -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