Futurist Jim Carroll on Nostr: Here's what I did 4.2.0 su - mastodon cd .home/mastodon/live git fetch --tags git ...
Here's what I did 4.2.0
su - mastodon
cd .home/mastodon/live
git fetch --tags
git checkout v4.2.0
THEN
update Ruby as documented here
"If you are using `rbenv`, update the list of available versions and install Ruby 3.2.2 by doing `RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install` in the Mastodon install directory (e.g. `/home/mastodon/live`)"
(You won't find these details on the upgrade page that shows up first at https://github.com/mastodon/mastodon/releases. You will find it at
https://github.com/mastodon/mastodon/releases/tag/v4.2.0)
su - mastodon
cd .home/mastodon/live
git fetch --tags
git checkout v4.2.0
THEN
update Ruby as documented here
"If you are using `rbenv`, update the list of available versions and install Ruby 3.2.2 by doing `RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install` in the Mastodon install directory (e.g. `/home/mastodon/live`)"
(You won't find these details on the upgrade page that shows up first at https://github.com/mastodon/mastodon/releases. You will find it at
https://github.com/mastodon/mastodon/releases/tag/v4.2.0)