Ein problemloses Mastodon Update
hm. schon wieder ein Security Update. Das gute: man bleibt in Übung, es dauert nicht lange und funzt ohne Probleme
(Der iocage kram ist nur wichtig für FreeBSD Jails)
iocage snapshot -n 2delete-mstdn-vor-427 mstdn
iocage console mstdn
su - mastodonuser
cd live
git fetch && git checkout v4.2.7 .
bundle install
yarn install --frozen-lockfile
exit
exit
iocage restart mstdn