forked from mastodon/mastodon
-
Notifications
You must be signed in to change notification settings - Fork 0
Update Mastodon from v2.6.1 to v2.6.2
kedama edited this page Nov 25, 2018
·
1 revision
- apply v2.6.2
- update ubuntu packages
run as mastodon runner account.
# cd ~/live
# git fetch
# git checkout foresdon-v2.6.2
# RAILS_ENV=production bundle exec rails assets:precompile
run as root.
# apt update
# apt upgrade
run as root.
# systemctl stop mastodon-web
# systemctl stop mastodon-streaming
# systemctl stop mastodon-sidekiq
# systemctl reboot
run as root.
# systemctl start mastodon-sidekiq
# systemctl start mastodon-streaming
# systemctl start mastodon-web
# tail -f /var/log/nginx/access_log | grep -v ' [123][0-9][0-9] '