this post was submitted on 28 Mar 2026
632 points (98.8% liked)
Technology
83158 readers
5550 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I moved my data there a couple of months ago and couldn’t be happier. Maybe try a different provider?
I love Nextcloud, but I have everything running in containers, and I have them auto updating on system boot.
Its a super powerful software. Its on my top list of self hosting software. But it breaks so often with auto updates. And there is the potential of having to reinstall it because of a broken install, and your personal service being down for weeks.
Borg backups work, but they are not intuitive to setup when using containers.
Auto setting up trusted domains is not intuitive.
My solution going forward, is to have secondary containers which I don’t update as frequently, that point to the same user files folder on the primary containers. Kind of like having my services load balanced. I plan on doing this for some of my other containers that are frequently down.
In my experience, services that require more than 1 container are the ones that crash the most. Especially when they connect to a database container.
my advise: do not update immediately to a freshly released major version of Nextcloud. Just wait several point releases.
That's fair, but even then it might break when I update it. I think rotating containers on which one I update is the way to go so I always have 1 running.
I've never tried this technique but I'm curious to try it out.