Announcements and status/progress updates about upgrades will be posted here.
This website runs on a dedicated host and will be up even if everything else is down.
Mastodon will be upgraded from version 4.6.6 to 4.7.1 on Sunday 06 September 2026 at 21:42 (server time).
What changes for you: This is mostly an under-the-hood update, so most people will not notice much change in day-to-day use. Anyone who has not signed in to mastodon.derg.nz in the last couple of years will be logged out and has to log in again; if you have used the site or an app recently, your session stays as it is and no app update is needed. Link previews should now show up more reliably on posts that come from other servers. When someone on another server changes their handle, their account is now renamed instead of showing up as a second, duplicate account. Various small annoyances are fixed, such as embedded videos restarting when you interact with another post in the same timeline, and the advanced (deck) layout dropping out of the address bar when you resize the window. The update also includes security fixes, including one for accounts that log in through an external login system.
Expected impact: Mastodon is expected to be unavailable for roughly 10-20 minutes, but this release contains database migrations that upstream describes as unusually long, so the outage may run considerably longer.
Technical notes: No dependency or configuration changes are required: external dependencies are unchanged since 4.6.0, PostgreSQL 17 and Redis 7 are above the required minimums, Ruby/Node come from the official Dockerfile, and the new ES_QUERY_TIMEOUT setting only matters with Elasticsearch, which is not deployed. Two things the automation does not cover: (1) the 4.7.0 migrations can take far longer than the 10-20 minute budget, so verify the health-check/rollback timeout is generous enough that a slow-but-healthy migration is not treated as a failure; (2) the automatic fallback only rebuilds and restarts the old version - it does not roll back the schema, and the 4.7 post-deployment migrations are not reversible, so a failure after migrations have started requires restoring the pg_dump by hand. Optional: upstream supports a near-zero-downtime path by running the migrations with SKIP_POST_DEPLOYMENT_MIGRATIONS=true before the restart and the post-deployment migrations afterwards; this automation stops everything and runs both at once instead.
Full release notes: https://github.com/mastodon/mastodon/releases/tag/v4.7.1