Mastodon upgrade workflow
This is the manual upgrade workflow for mementomori.social.
Test on the development environment
sudo su - mastodoncd /opt/mastodonSteps
git fetch --allyarn cache clean && git checkout main && git pull# If needed, install whatever version is needed in this point
rbenv install 3.3.4bundle install && yarn install && RAILS_ENV=production bundle exec rails assets:precompileInstall on production
Last updated