The solution for me is that I run Nextcloud on a Kubernetes cluster and pin a container version. Then every few months I update that version in my deployment yaml to the latest one I want to run, and run
kubectl apply -f nextcloud.yml
and it just does its thing. Never given me any real trouble.No if I have to keep fixing it , it is not worth my time.
I installed owncloud years ago and came to the same conclusion and just got rid of it. I use syncthing nowadays though its not the same thing.
In my own personal experience, Nextcloud;
- Needs constant attention to prevent falling over
- Administration is a mess
- Takes far too long to get used to its ‘little ways’
- Basics like E2EE don’t work
- Sync works when it feels like it
- Updating feels like russian roulette
I dunno what you guys are doing that makes your nextcloud die without touching it. Mine runs happily until I decide to update it, and that usually goes fine, too. I don’t use docker for it, tho.
I dunno what you guys are doing that makes your nextcloud die without touching it
Mine runs happily until I decide to update it
Well dang, I have Nextcloud installed as a snap (which has been perfectly stable for me when running on Ubuntu Server), but I was thinking of switching over to a docker installation; this thread doesn’t exactly fill me with enthusiasm for that idea…
deleted by creator