追従・依存
本家Mastodon - 4.3.4, 4.4.0 alpha.1 (※セキュリティパッチはalpha.3相当)
以下のコミットまで追従しています
Jam 30, 2025, 6:18 PM GMT+9
Fix tootctl feeds build not building list timelines (mastodon#33783)
kmyblue LTS - 15.9-lts
追加
変更
修正
- #986 NGワード設定画面でキーワード設定しようとするとエラーが出る問題
アップデート作業
毎回の作業
git fetch --tags
git checkout [tag name] # <--- tag name = kb5.18-lts / kb10.1 / kb11.0 / etc...
# 下表「その他」でRubyバージョンアップが必要な場合はここに挟む
bundle install
yarn install
# 下表の作業
sudo systemctl restart mastodon-web mastodon-streaming mastodon-sidekiq
追加作業
あなたがこれより古いバージョンを使っている場合、それぞれの作業が必要です。
実行を要求される バージョン | コマンド |
---|---|
17.0 | RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 3.4.1 ※ git pull を要求される場合があるので、画面の指示に従う
|
17.0 | RAILS_ENV=production bin/rails db:migrate
|
17.1 | RAILS_ENV=production bin/rails assets:precompile
|
12.0 | RAILS_ENV=production bin/tootctl cache clear
|
12.0 | 「その他」を参照 |
その他(残タスクが複数ある場合、下から順にやってください)
tootctl search deploy
- 11.0。ElasticSearchを使ってる人限定。必要に応じて--full true
を追加tootctl feeds remove_legacy
- 10.0。アンテナ削除時にキャッシュが残る問題を修正しました。これまで消されなかった古いキャッシュをこのコマンドで消します- バージョン12.0のデータベース設定変更/ElasticSearch設定変更 特設ページを設けています まだ行っていない場合、これを最初に行ってください