I thought of a weekly thread to post about what you set up lately, what kind of problems you currently think about or are running into, what new device you added to your homelab or what interesting service or article you read.
So I decided to just try it. Maybe we find a format that works! It doesn’t have to be me, feel free to create this post on Sunday if it’s not up already.
I replaced my old 1gbs router with a 2.5gbs one from Protectli! It has coreboot which was the ultimate deciding factor for me, even though it came at a premium.
Installing OpenWRT wasn’t difficult, but configuring it correctly to use all the ports took some retries.
I also have been trying to install a pixelfed instance of my own on Podman, but no luck so far; I keep failing at the image building part. I wish they would release images of their own.
Updated my NAS recently and Immich’s database stopped working due to some PostgreSQL update that needs something changed manually, so I need to get my head around that.
Also trying to get a tablet to run as a 2nd satellite for HomeAssistant voice commands and no matter what I do, only the 1st one responds to wakeword… but I tend to give up after everyone’s gone to bed as I’m literally in a room on my own talking to myself…
PostgreSQL Updates AFAIK require manual Backup / Restore of the Database. But better look that up. I think the last one I did was:
- Stop the Application Containers (here the Immich ones, so only PostgreSQL runs)
- Backup the Database
- Stop the PostgreSQL Container
- Change to the new PostgreSQL Version
- Start the PostgreSQL Container
- Restore the Database
- Start the Application Containers
As I said, better look it up first, this is just how I remember the process (but not the backup / restore commands).