widdix / mastodon-on-aws

Host your own Mastodon instance on AWS
https://cloudonaut.io/mastodon-on-aws/
136 stars 27 forks source link

Update Mastodon to v4.1.2 #34

Closed jquass closed 1 year ago

jquass commented 1 year ago

Last week, Mastodon released v4.1.2 https://github.com/mastodon/mastodon/releases/tag/v4.1.2

Importantly, this version includes an LDAP security fix that I was pinged about, which I'd love to patch.

I tried going through the recommended upgrade steps from the README, but I see that the quickstart.yml file has v4.1.1 hard coded in it. My current workaround would be to upload my own copy of the yml file, but keeping this project updated would probably make everyone's lives easier.

jquass commented 1 year ago

I tried my workaround, and got UPDATE_ROLLBACK_COMPLETE.

Here's the yml I used https://gist.github.com/jquass/20b8b8ea779728a795cdfc2c315e845b

I changed two things, the version to v4.1.2, and the AppImage to mastodon/mastodon since tootsuite/mastodon redirected when I tried to follow it

jquass commented 1 year ago

It was the tootsuite change the borked things for me (ain't broke, don't fix it!) This yml works for anyone else wanting to update https://gist.github.com/jquass/bc5e69e2f7680c959ba6deb96fcff050

andreaswittig commented 1 year ago

@jquass Thanks for reminding me to update the template to the latest Mastodon version.

Done!