GothPanda

Sometimes, I make things. Even rarer, I manage to write things down.


Upgrading Mastodon through multiple updates

Some very specific instructions I had to write down in order to upgrade my Mastodon instances from v4.2.17 to v4.4.5

4.2.17 -> 4.2.26

4.2.26 -> 4.3.13

 ##
 # Connection header for WebSocket reverse proxy
 ##
 map $http_upgrade $connection_upgrade {
  default upgrade;
  '' close;
 }

4.3.13 -> 4.4.5

« Previous