Actions
Demande #6471
ferméMettre à jour Mastodon en 4.2.10
Statut:
Fermé
Priorité:
Normale
Assigné à:
Version cible:
Début:
05/07/2024
Echéance:
% réalisé:
0%
Temps estimé:
Description
Version 4.2.10 de Mastodon "This release is an important security release fixing a major security issue." https://github.com/mastodon/mastodon/releases/tag/v4.2.10
Actions
#1
Mis à jour par Frédéric Couchet il y a 5 mois
root@pouet:~# su - mastodon
mastodon@pouet:~$ cd live/
mastodon@pouet:~$ RELEASE=4.2.10 && git fetch --all && git checkout v${RELEASE?} && git checkout -b live-${RELEASE?}
mastodon@pouet:~/live$ bundle install
mastodon@pouet:~/live$ yarn install --frozen-lockfile
mastodon@pouet:~/live$ exit
root@pouet:~# systemctl restart mastodon-sidekiq-default@0.service mastodon-sidekiq-ingress@0.service mastodon-sidekiq-ingress@1.service mastodon-sidekiq-pull@0.service mastodon-sidekiq-pull@1.service mastodon-sidekiq-pull@2.service mastodon-sidekiq-push@0.service mastodon-sidekiq-push@1.service mastodon-sidekiq-push@2.service mastodon-sidekiq-scheduler@0.servicemastodon-streaming.service mastodon-streaming@4000.service mastodon-web.service
Actions