tmm1 / flyapp-mastodon

mastodon on fly.io
71 stars 37 forks source link

Update to Mastodon v4.3.0 #36

Open mountainash opened 1 month ago

mountainash commented 1 month ago

There's quite a few changes that need to be made to handle this "minor" update.

See the release notes

mountainash commented 1 month ago

I've been working on a new oneliner to set the new Active Record encryption secrets, which could be added to README.md:L28

docker run --rm -it tootsuite/mastodon:latest bin/rails db:encryption:init | sed -n 's/\r/ /; /^active_record_encryption:/,/^[^ ]/{/^active_record_encryption:/d; s/^ *\([^:]*\): *\(.*\)/ACTIVE_RECORD_ENCRYPTION_\U\1\E=\2/p}' | fly secrets import