追従・依存
本家Mastodon - 4.3.1, 4.4.0 alpha.1
以下のコミットまで追従しています
Nov 27, 2024, 6:01 AM GMT+9
Change avatar and header size limits from 2MB to 8MB when using libvips (mastodon#33002)
kmyblue LTS - 15.5-lts
追加
- #883 管理者の設定したカスタムCSSをユーザー単位で無効にするオプション
変更
修正
アップデート作業
毎回の作業
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
追加作業
あなたがこれより古いバージョンを使っている場合、それぞれの作業が必要です。
実行を要求される バージョン | コマンド |
---|---|
16.0 | RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 3.3.6 ※ git pull を要求される場合があるので、画面の指示に従う
|
16.0 | RAILS_ENV=production bin/rails db:migrate
|
16.0 | 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設定変更 特設ページを設けています まだ行っていない場合、これを最初に行ってください