Skip Navigation

awful.systems is running on a new host, tell me if anything looks broken

I just finished a migration that doubled the resources awful.systems has available. let me know if I fucked anything up and didn't notice

changelog for this deployment:

  • more.awful.systems, a Hetzner CPX31, was added to the cluster
  • all dynamic data was migrated from these.awful.systems to more.awful.systems
  • the load balancer target was swapped from these to more
  • now I can throw up a maintenance page for next time I need to do this
3
3 comments
  • is there an expiry on authentication sessions? Or is it sensitive about IP changes? I've found on my phone browser it logs out in the middle of browsing sometimes

    • huh, lemmy sessions are somewhat notorious for the opposite right now: they skip best practices around expiring tokens and live way too long. you might be running into a bug; next time this happens, can you pop open your browser cookies and see if jwt is still in there? if so, you can paste it into a tool like https://jwt.io/ to see if it looks valid