変更点
本家Mastodon追従部分
kmyblue独自部分
- #1109 Fix: リレーブロック中のサーバーからブーストが届く問題
アップデート作業
毎回の作業
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
追加作業
あなたがこれより古いバージョンを使っている場合、それぞれの作業が必要です。
| 実行を要求される バージョン |
コマンド |
|---|---|
| 24.0-lts | RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 4.0.5※ git pullを要求される場合があるので、画面の指示に従う |
| 24.0-lts | RAILS_ENV=production bin/rails db:migrate※ 18.2以前からアップデートする場合は「その他」を参照 |
| 24.1-lts | RAILS_ENV=production bin/rails assets:precompile |
| 21.0-lts | 「その他」を参照 |
その他(残タスクが複数ある場合、下から順にやってください)
- (なし)