Skip to content

Hometown v1.0.8 (Mastodon 3.5.19)

Compare
Choose a tag to compare
@dariusk dariusk released this 16 Feb 15:49

This is a security release that keeps us up to date with Mastodon v3.5.19.

Changelog

Please see the 3.5.19 release notes for details.

Upgrade steps

These are instructions for upgrading from Hometown v3.5.17+hometown-1.0.8.

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_7backup.dump

  • git remote update && git checkout v3.5.19+hometown-1.0.8
  • Install dependencies: bundle install and yarn install --frozen-lockfile
  • Restart all Mastodon processes