Upgrade Mastodon to 3.4.4 #368
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "chore/upgrade_mastodon"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Needed system updates, new Ruby version, manual migrations post-deployment, and a new Sidekiq service for the new
scheduler
queue.The Mastodon code itself is deployed from a new branch, because changes to our old production branch did not apply cleanly anymore with the latest releases. So our customizations are now based on
v3.4.4
. I also removed our custom invite API, since we don't need to use Mastodon's own invites for Kosmos accounts.Finally all up and running on
mastodon-1
now.closes #286
Upgrade Mastodon from 3.1.0 to 3.4.4to Upgrade Mastodon to 3.4.4👍