Mastodon : downgrader son instance en 1.1.1
su - mastodon
cd live
git fetch --all
git checkout tags/v1.1.1 -b v1.1.1
bundle install
RAILS_ENV=production bundle exec rails db:migrate
RAILS_ENV=production bundle exec rails assets:precompile
Démarrer les services...