this post was submitted on 18 Oct 2025
395 points (99.5% liked)

Selfhosted

61425 readers
708 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] 1984@lemmy.today 67 points 10 months ago (1 children)

This thing changes versions faster than I can update my homelab... Lol.

[–] saddlebag@lemmy.world 15 points 10 months ago (4 children)
[–] JASN_DE@feddit.org 22 points 10 months ago (4 children)

Which isn't a great idea with all the breaking changes. I'd assume it gets better after v2, but still.

[–] LastYearsIrritant@sopuli.xyz 18 points 10 months ago (2 children)

I automate my upgrades, but I also automate my backups, and monitoring.

If an upgrade breaks something, my health monitor lets me know and I can roll back to the previous day.

[–] TrumpetX@programming.dev 3 points 10 months ago

This is the way

[–] BackgrndNoize@lemmy.world 1 points 10 months ago (1 children)

What tools do you use for the monitoring, backup and rollback?

[–] LastYearsIrritant@sopuli.xyz 2 points 10 months ago (1 children)

I use rsync to backup, I can delete and restore the whole drive if i want at any time.

I use watchtower to keep things updated. If you schedule the rsync and watchtower correctly, you can get the backup done before the upgrade and there's basically no lost data with the rollback.

I use uptime Kuma for monitoring, and it shoots me an email with details on what failed.

[–] meathappening@lemmy.ml 1 points 10 months ago

OpenMediaVault does this as well if you use the built in Docker system. I have it set to back up containers every Sunday at 1 am, at which time it pulls any new images. You can set the number of backups to retain and roll back if there are any issues.

[–] Fmstrat@lemmy.world 2 points 10 months ago

The 2.0 release resolves a large amount of technical debt and shifts the focus toward compatibility and easier upgrades.

[–] cRazi_man@europe.pub 3 points 10 months ago (1 children)

This looks a lot more complicated that Watchtower. Is this something different or add other functionality?

[–] saddlebag@lemmy.world 2 points 10 months ago

I'm not familiar with Watchtower, I assume it will restart the container/stack if a new image is found. The biggest difference is that an edit to the git repo causing the container to be redeployed. This means the git repo becomes the source of truth and its possible to redeploy even when config changes get merged.

[–] nfreak@lemmy.ml 2 points 10 months ago

I've been running this setup for a few months now and haven't looked back. Works super well, and essentially acts as an approval process for letting a container update or not.

The author also recently added a followup article to this one for using Forgejo instead, made migrating the setup super easy.

[–] JC1@lemmy.ca 1 points 10 months ago

Why this complicated setup? Komodo handles auto update by itself. It also update the whole stack at once, so no shutdown of the BD while the app stays up. Just have 2 checkboxes to tick.

The less stuff the better, it's essential in case you have a failure. I only have to redeploy komodo, then all my stacks will be ready to get back online. I even removed watchtower.