Demande #3397
fermé
Maj faite chez Chapril suivant les commandes suivante :
ssh root@pouet.cluster.chapril.org
su - mastodon
cd live
git fetch && git checkout v2.6.0
git checkout -b live-v2.6.0
cd ~/.rbenv/plugins/ruby-build/
git pull
cd
rbenv install 2.5.3
rbenv global 2.5.3
cd live
gem install bundler
bundle install
yarn install
RAILS_ENV=production bundle exec rails db:migrate
RAILS_ENV=production bundle exec rails assets:precompile
exit
systemctl restart mastodon-sidekiq.service mastodon-streaming.service mastodon-web.service
exit
NB: ne pas oublier de supprimer les lignes configurant Content-Security-Policy dans la conf nginx du bastion !
Maj 2.6.1 sur chapril, reste à faire chez April :
ssh root@pouet.cluster.chapril.org
su - mastodon
cd live
git fetch && git checkout v2.6.1
git checkout -b live-v2.6.1
RAILS_ENV=production bundle exec rails assets:precompile
exit
systemctl restart mastodon-sidekiq.service mastodon-streaming.service mastodon-web.service
exit
- Statut changé de Nouveau à Résolu
Maj faite sur pouet.april.org (2.6.1)
- Statut changé de Résolu à Fermé
- Statut changé de Fermé à Résolu
- Version cible changé de Octobre 2018 à Novembre 2018
Maj 2.6.2 :
(April) root@pouet:~1 su - mastodon
(April) mastodon@pouet:~$ cd live/
(April) mastodon@pouet:~/live[live-v2.6.1]$ git fetch && git checkout v2.6.2
(April) mastodon@pouet:~/live[(0.1.2-6199-g404dc97fb)]$ git checkout -b live-v2.6.2
(April) mastodon@pouet:~/live[live-v2.6.2]$ RAILS_ENV=production bundle exec rails assets:precompile
(April) mastodon@pouet:~/live[live-v2.6.2]$ logout
(April) root@pouet:~2 systemctl restart mastodon-sidekiq.service mastodon-streaming.service mastodon-web.service
ràs
Maj 2.6.5 (la 3 et 4 sont que des checkout, donc on saute directement à 5)
# su - mastodon
$ cd live
$ git fetch && git checkout v2.6.5
$ git checkout -b live-v2.6.5
$ bundle install
$ exit
# systemctl restart mastodon-sidekiq.service mastodon-streaming.service mastodon-web.service
ràs
- Statut changé de Résolu à Fermé
Formats disponibles : Atom
PDF