Open mountainash opened 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
There's quite a few changes that need to be made to handle this "minor" update.
See the release notes