Actions
Demande #6470
ferméMettre à jour Mastodon en 4.2.10
Début:
05/07/2024
Echéance:
% réalisé:
0%
Temps estimé:
Difficulté:
2 Facile
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
April) root@pouet:~# su - mastodon
(April) mastodon@pouet:~$ cd live/
(April) mastodon@pouet:~/live[live-4.2.1]$ RELEASE=4.2.10 && git fetch --all && git checkout v${RELEASE?} && git checkout -b live-${RELEASE?}
(April) mastodon@pouet:~/live[live-4.2.3]$ bundle install
(April) mastodon@pouet:~/live[live-4.2.3]$ yarn install --frozen-lockfile
(April) mastodon@pouet:~/live[live-4.2.3]$ exit
(April) root@pouet:~# systemctl restart mastodon-sidekiq.service mastodon-streaming.service mastodon-web.service
(April) root@pouet:~# systemctl restart nginx
A noter que j'ai du redémarrer plusieurs fois Mastodon et Nginx, j'avais une erreur "502 Bad Gateway :(" sur https://pouet.april.org
Actions