本日、スタートアップスクリプト「Mastodon」を更新致しました。
変更内容は以下の通りです。
- 同日リリースの@sacloud-apikeyへの対応
- Mastodon1.4系への対応
- PTRレコード(DNS逆引き用)の自動登録機能を追加
本日(2017/6/1)12:00以前に作成されたインスタンスのアップデート手順
本日(2017/6/1)12:00以前にスタートアップスクリプトでMastodonインスタンスを作成された方は、以下の手順によりMastodon1.4.1へアップデートすることが可能です。
さくらのクラウドのコンソールやSSHクライアントから、下記コマンドの実行をください。
各コマンドの詳細につきましてはゼロからはじめるMastodon インスタンス運用編に記載されている「STEP3:Mastodonのバージョンアップ」をご参照ください。
事前作業
rootユーザで実行
yum install {libxml2,libxslt,protobuf,ffmpeg}-devel protobuf-compiler rubygem-redis postgresql-contrib
Mastodon 1.4.1へのアップデート
su - mastodon cd /home/mastodon/live git checkout master git pull git checkout v1.4.1 gem install bundler bundle install --deployment --without development test yarn install RAILS_ENV=production bundle exec rails db:migrate RAILS_ENV=production bundle exec rails assets:precompile exit systemctl restart mastodon*
※アップデート作業を実施した際にはサービスの一時停止が発生したします。
※アップデート作業につきましてはお客様の責任のもと実施をおねがいします。