Update with tags instead of topics
All checks were successful
Build and Deploy Hugo / deploy (push) Successful in 17s

This commit is contained in:
Alex Selimov 2026-03-20 12:24:11 -04:00
parent 71e15cffe0
commit a60ff7d439
18 changed files with 18 additions and 18 deletions

View file

@ -1,7 +1,7 @@
---
title: "The folly of Debian major version upgrades"
date: 2025-07-13T08:35:50-05:00
topics: ["git", "matrix", "self-host"]
tags: ["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.