Actions
Demande #3397
ferméMàJ Mastodon 2.6.0
Début:
01/11/2018
Echéance:
% réalisé:
0%
Temps estimé:
Difficulté:
2 Facile
Description
La version 2.6.0 de Mastodon est sortie, il faut mettre à jour.
Actions
#1
Mis à jour par Quentin Gibeaux il y a environ 6 ans
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 !
Actions
#2
Mis à jour par Quentin Gibeaux il y a environ 6 ans
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
Actions
#3
Mis à jour par Quentin Gibeaux il y a environ 6 ans
- Statut changé de Nouveau à Résolu
Maj faite sur pouet.april.org (2.6.1)
Actions
#5
Mis à jour par Quentin Gibeaux il y a presque 6 ans
- 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
Actions
#6
Mis à jour par Quentin Gibeaux il y a presque 6 ans
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
Actions