アップグレードのお知らせがあったから更新してみた。
Releases · mastodon/mastodon
Your self-hosted, globally interconnected microblogging community - mastodon/mastodon
Non-Docker なので bundle install and yarn install でいいらしいから試してみる。
スナップショットを残しておけば、いつでもロールバックできるから安心。
# ユーザー mastodon で実行
$ sudo su - mastodon
$ cd ./live
# git で最新の状態を取得
$ git fetch --tags
remote: Enumerating objects: 2573, done.
remote: Counting objects: 100% (2009/2009), done.
remote: Compressing objects: 100% (186/186), done.
remote: Total 2573 (delta 1843), reused 1945 (delta 1820), pack-reused 564
Receiving objects: 100% (2573/2573), 4.30 MiB | 12.00 MiB/s, done.
Resolving deltas: 100% (2073/2073), completed with 678 local objects.
From https://github.com/tootsuite/mastodon
* [new branch] dependabot/bundler/oj-3.14.1 -> origin/dependabot/bundler/oj-3.14.1
* [new branch] dependabot/bundler/rubocop-1.45.1 -> origin/dependabot/bundler/rubocop-1.45.1
* [new branch] dependabot/bundler/sidekiq-scheduler-5.0.0 -> origin/dependabot/bundler/sidekiq-scheduler-5.0.0
* [new branch] feature-faster-media-deletes -> origin/feature-faster-media-deletes
* [new branch] feature-streaming-pool-metrics -> origin/feature-streaming-pool-metrics
* [new branch] feature-webhook-templates -> origin/feature-webhook-templates
* [new branch] fix-home-feed-size -> origin/fix-home-feed-size
* [new branch] fix-notifications-limit -> origin/fix-notifications-limit
* [new branch] fix-status-opengraph-avatar -> origin/fix-status-opengraph-avatar
+ 88a033ae2...61c5dfb92 l10n_main -> origin/l10n_main (forced update)
2bcb081ce..e7b81d7d9 main -> origin/main
* [new branch] remove-hiredis -> origin/remove-hiredis
* [new branch] remove-streaming-cluster -> origin/remove-streaming-cluster
* [new branch] revert-23460-fixes/activitypub-hashtag -> origin/revert-23460-fixes/activitypub-hashtag
ee66f5790..8c8d578e3 stable-3.5 -> origin/stable-3.5
* [new tag] v3.5.6 -> v3.5.6
* [new tag] v4.1.0 -> v4.1.0
* [new tag] v4.1.0rc1 -> v4.1.0rc1
* [new tag] v4.1.0rc2 -> v4.1.0rc2
* [new tag] v4.1.0rc3 -> v4.1.0rc3
# 目的の tag(v4.1.0)に切り替え
$ git checkout v4.1.0
Previous HEAD position was 03b0f3ac8 Bump version to 4.0.2 (#20725)
HEAD is now at 61c5dfb92 Update changelog (#23515)
# インストール
$ bundle install
$ yarn install
CT を再起動して確認。
サイトにアクセスすると画面左下に小さく v4.1.0 と表示されている。
これで大丈夫なんだろう・・・。
コメント