metalhead.club is back and is now running Mastodon 4.5 "quote post" 😉.
-
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.3before running
$ RAILS_ENV=production bundle exec rails assets:precompile
... but it works now 🥳
-
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.3before running
$ RAILS_ENV=production bundle exec rails assets:precompile
... but it works now 🥳
@thomas are you using pgbouncer? That's a thing I learnt the hard way, too. If using pgbouncer, always specify the DB_PORT