Jay Cuthrell on Nostr: #mastodonadmin note on v4.2.4 1. git fetch && git checkout v4.2.4 2. ...
#mastodonadmin note on v4.2.4
1. git fetch && git checkout v4.2.4
2. RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install
3. rbenv install --list
4. git -C /home/mastodon/.rbenv/plugins/ruby-build pull
5. rbenv install --list
6. rbenv install 3.2.3
7. bundle install
8. yarn install --frozen-lockfile
9. RAILS_ENV=production bundle exec rails assets:precompile
10. (as root) systemctl restart mastodon-sidekiq && systemctl restart mastodon-streaming && systemctl reload mastodon-web
YMMV
1. git fetch && git checkout v4.2.4
2. RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install
3. rbenv install --list
4. git -C /home/mastodon/.rbenv/plugins/ruby-build pull
5. rbenv install --list
6. rbenv install 3.2.3
7. bundle install
8. yarn install --frozen-lockfile
9. RAILS_ENV=production bundle exec rails assets:precompile
10. (as root) systemctl restart mastodon-sidekiq && systemctl restart mastodon-streaming && systemctl reload mastodon-web
YMMV