Actions
Demande #5770
ferméMettre à jour pouet.chapril.org en Mastodon 3.4.5
Début:
02/02/2022
Echéance:
% réalisé:
0%
Temps estimé:
Description
cf https://github.com/mastodon/mastodon/releases :
Mastodon v3.3.2 and v3.4.6 will be released on Thursday, February 3rd, between 13:00 and 15:00 UTC, fixing a variety of bugs, including a critical security issue. To make applying the fixes easier, you can prepare by updating to Mastodon v3.4.5 (or v3.3.1), as migrating from this bugfix release will require no dependency update, no database migration and no assets compilation. Changelog
Actions
#1
Mis à jour par Frédéric Couchet il y a presque 3 ans
- Statut changé de Nouveau à Résolu
Mise à jour faite :
Je n'ai pas trouvé la procédure pour le backup de la base, on va avoir confiance.
su - mastodon
cd live
git fetch && git checkout v3.4.5
git checkout -b live-v3.4.5
bundle install
exit
systemctl restart mastodon-sidekiq.service mastodon-streaming.service mastodon-web.service
systemctl restart nginx
Le restart du nginx n'était peut-être pas nécessaire mais le site mettait du temps à revenir.
Actions