4.2.4 にアップデート完了。
ついでに node.js を v20.11.0 に、npm を 10.2.4 にアップデートした。
Release v4.2.4 · mastodon/mastodon
This is a bugfix release for the 4.2.0 version, if you're installing from an earlier version, please check the 4.2.0 release notes as they contain important inf...
$ sudo su - mastodon
$ cd ./live
$ git fetch && git checkout v4.1.9
$ bundle install
$ yarn install --frozen-lockfile
$ RAILS_ENV=production bundle exec rails assets:precompile
コメント