Fix various issues and re-style framed banner
All checks were successful
Build and Deploy Hugo / deploy (push) Successful in -16m14s

This commit is contained in:
Alex Selimov 2025-07-13 21:56:54 -04:00
parent 669c977ed0
commit a367a49a96
Signed by: aselimov
GPG key ID: 3DDB9C3E023F1F31
7 changed files with 73 additions and 46 deletions

View file

@ -1,7 +1,7 @@
---
title: "The folly of Debian major version upgrades"
date: 2025-07-13T20:35:50-05:00
topics: ['git', 'matrix', 'self-host']
date: 2025-07-13T08:35:50-05:00
topics: ["git", "matrix", "self-host"]
---
I recently realized that my web server was still on Debian Buster, **2 whole major versions behind** the latest Debian version. Normally this kind of thing wouldn't matter to me except that my matrix-synapse server was unable to federate with matrix synapse servers running newer versions. I normally run rolling release distributions on my local machines (I use Void btw) and it had been a long time since I tried this kind of upgrade. I went in hopeful that it would be straightforward.
@ -17,4 +17,4 @@ I recently realized that my web server was still on Debian Buster, **2 whole maj
So far, I have positive opinions of all of my changes and highly recommend dendrite and forgejo.
**Note to self: Never consider it upgrading Debian version. Always structure it as a migration to newer Debian version to avoid downtime**
**Note to self: Never consider it upgrading Debian version. Always structure it as a migration to newer Debian version to avoid downtime**