Actions
Demande #5769
ferméMettre à jour pouet.april.org en Mastodon 3.4.5
Début:
02/02/2022
Echéance:
% réalisé:
0%
Temps estimé:
Difficulté:
2 Facile
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
Mise à jour :
time /etc/rrsync.d/dump-pgsql
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
Actions