metalhead.club is back and is now running Mastodon 4.5 "quote post" 😉.
The upgrade process was a bit tricky in my particular case because I missed to specify "DB_PORT=5432" when running the database migrations (which later caused a broken DB)
and I needed to run
$ nvm install 22.12
$ corepack enable
$ corepack use yarn@4.10.3
before running
$ RAILS_ENV=production bundle exec rails assets:precompile
... but it works now 🥳
#metalheadclub