kb12.3
追従・依存
本家Mastodon - 4.2.10 / 4.3.0 alpha.5
mainブランチは、以下まで追従しています
27 Apr 2024
Fix marker thunks to not ignore eslint directives for the whole file (#30089)
kmyblue LTS - 5.21 LTS
追加
変更
修正
アップデート手順
アップデート手順を参照してください
重要な変更の存在するバージョン
重要な変更を含むリリースをご覧ください
アップデート作業
毎回の作業
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
追加作業
あなたがこれより古いバージョンを使っている場合、それぞれの作業が必要です。
実行を要求される バージョン |
コマンド |
---|---|
12.0 | RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 3.2.4 rbenv global 3.2.4 ※ git pull を要求される場合があるので、画面の指示に従う |
12.0 | RAILS_ENV=production bin/rails db:migrate |
12.0 | RAILS_ENV=production bin/rails assets:precompile |
12.0 | RAILS_ENV=production bin/tootctl cache clear |
12.0 | 「その他」を参照 |
その他(残タスクが複数ある場合、下から順にやってください)
- バージョン12.0のデータベース設定変更/ElasticSearch設定変更については特設ページを設けています
tootctl search deploy
- 11.0。ElasticSearchを使ってる人限定。必要に応じて--full true
を追加tootctl feeds remove_legacy
- 10.0。アンテナ削除時にキャッシュが残る問題を修正しました。これまで消されなかった古いキャッシュをこのコマンドで消します