Skip to content

Hometown v1.1.1 (Mastodon 4.0.15)

Latest
Compare
Choose a tag to compare
@dariusk dariusk released this 16 Feb 15:35
ba20b7d

This is a security release that keeps us up to date with Mastodon v4.0.15. (Yes this is two security releases by Mastodon in two days, sorry, I am just passing on the upstream changes here.) Please see the 4.0.15 release notes for details.

Thank you once again to @nachtjasmin and @mistydemeo for the help with this merge.

Changelog

Please see the Mastodon 4.0.15 release notes for details.

Upgrade steps

These are instructions for upgrading from Hometown v4.0.14+1.1.1.

As always, make sure you have backups of the database before performing any upgrades. A postgres backup command would look something like this: pg_dump -Fc -U postgres mastodon_production > name_of_the_backup.dump

  • git remote update && git checkout v4.0.15+hometown-1.1.1
  • Install dependencies: bundle install and yarn install --frozen-lockfile
  • Restart all Mastodon processes