Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Mastodon v4.3.0 #36

Open
mountainash opened this issue Oct 18, 2024 · 1 comment
Open

Update to Mastodon v4.3.0 #36

mountainash opened this issue Oct 18, 2024 · 1 comment
Labels
📦 dependencies Pull requests that update a dependency file help wanted Extra attention is needed

Comments

@mountainash
Copy link
Collaborator

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

See the release notes

@mountainash mountainash added help wanted Extra attention is needed 📦 dependencies Pull requests that update a dependency file labels Oct 18, 2024
@mountainash
Copy link
Collaborator Author

mountainash commented Oct 18, 2024

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
  • We should add our own migration steps needed for Fly (possibly as a Wiki page?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 dependencies Pull requests that update a dependency file help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant