Ok, the guild is now running on a new host (https://fly.io/). I finally created a real deployment pipeline so that I can easily push changes to the server instead of the :airquote solution :airquote I had before. I still have some things on my TODO list while I'm here: 1. Ensure the new server setup is working and there are no issues that popped up during the move. 2. Do a major database version update. The guild's database version is so old that as of last year Amazon has been charging me extra just for the pleasure of running it. :what I've cloned the 50gb guild database to see if the upgrade would succeed, and it did. But it's always scary. 3. Upgrade the guild's code dependencies. Some of the packages the code are so out of date that I had to remove them just to finally launch the server yesterday. If anyone likes reading 12-year-old code or wants to follow along, the guild is available on github: https://github.com/danneu/guild [@Carlyle] Thanks :sun lemme look Issues: - [x] Avatar upload stopped working (Fixed?) I'm going to wait until fewer people are online to make a massive code change and a big database update. So the upload systems will be broken until then. Update: - Ok, I applied the db update and some major code changes. Now I need to ensure everything still works.