github linuxserver/docker-mastodon v4.6.5-ls205

latest releases: develop-v4.6.0-rc.2-ls160, glitch-v4.6.4-ls344
5 hours ago

CI Report:

N/A

LinuxServer Changes:

Full Changelog: v4.6.4-ls204...v4.6.5-ls205

Remote Changes:

Mastodon

Upgrade overview

This release contains upgrade notes that deviate from the norm:

ℹ️ Requires assets recompilation

For more information, view the complete release notes and scroll down to the upgrade instructions section.

Changelog

Fixed

  • Fix Collection items being rejected because of incorrect attribute being read (#40052 by @shleeable)
  • Fix typo in embedded quote handling code (#40049 by @shleeable)
  • Fix account merging worker incorrectly merging Appeal and AccountWarning records (#39982 by @shleeable)
  • Fix off-by-one in handling of updated remote posts allowing up to 5 attachments (#39978 by @shleeable)
  • Fix collection items limit not being consistently applied (#39969 by @oneiros)
  • Fix oversized profile image crop uploads (#39958 by @sharlayan)
  • Fix emoji autocomplete sometimes suggesting emojis for earlier keystrokes (#39947 by @ChaosExAnima)

Upgrade notes

To get the code for v4.6.5, use git fetch && git checkout v4.6.5.

Note

As always, make sure you have backups of the database before performing any upgrades. If you are using docker-compose, this is how a backup command might look: docker exec mastodon_db_1 pg_dump -Fc -U postgres postgres > name_of_the_backup.dump

Dependencies

External dependencies have not changed since v4.6.0.

  • Ruby: 3.3 or newer
  • PostgreSQL: 14 or newer
  • Elasticsearch (recommended, for full-text search): 7.x (OpenSearch should also work)
  • LibreTranslate (optional, for translations): 1.3.3 or newer
  • Redis: 7.0 or newer
  • Node: 22 or newer
  • libvips: 8.13 or newer
  • FFMpeg: 5.1 or newer

Update steps

The following instructions are for updating from 4.6.4.

If you are upgrading directly from an earlier release, please carefully read the upgrade notes for the skipped releases as well, as they often require extra steps such as database migrations. In particular, it is very important to read the 4.6.0 release notes.

Non-Docker

  1. Precompile the assets: RAILS_ENV=production bundle exec rails assets:precompile
  2. Restart all Mastodon processes.

When using Docker

  1. Restart all Mastodon processes.

Don't miss a new docker-mastodon release

NewReleases is sending notifications on new releases.