Looking for an honest comparison of OC vs NC by experienced admins

Everyone knows historically OC has been a nightmare - updates would almost always be a huge drama. Most people moved over to NC, which then slowly, but steadily stopped having all-out huge dramas, but it still has annoying, long-term bugs and their handling is exceptionally poor. New buzzword bloat and features nobody wants are added, but no care for issues with the core product most people want it for: up/downloading files and occasionally sharing links.

As it has been years, and OC switched to golang which presumably meant a full rewrite, do any of you have experience with both and would share your experience?

All we need is:

  • file up/downloading
  • link generation for sharing

Iā€™m interested in:

  • Stability. This should be a minimal tool that I never have to worry about. Thereā€™s enough other work to do and I do not want to fret the ā€˜updateā€™ button.
  • Low resource usage. The original tools that did the exact same job in the 90s used next to zero resources, even though they were written in spaghetti PHP. Somehow I canā€™t find something minimal these days.

I havenā€™t touched OC in years and would appreciate honest experiences by non-fanboys for either tool.

Thanks for anyone helping in advance!

Having run ownCloud on Debian since Squeeze, I dispute your assertion that upgrades have been a nightmare. The have either been painless or mostly painless. I migrated to a fresh install once during the past decade, due to infrastructure changes, not upgrade complications.

I canā€™t offer any opinion on Nextcloud. It never presented any benefit in exchange for the effort required to migrate.

I canā€™t comment on OCIS, either. It still lacks critical features that I use daily in ownCloud 10.

2 Likes

That is a bit odd. It takes one web search to find thousands of people whoā€™d instantly get it. Guess someone had to be lucky.

When we were still running OC, update day inevitably led to drama. Maybe I shouldā€™ve waited with majors for a few minors? I always challenged the ā€˜stableā€™ release and hit update as soon as I saw it. Waiting half a year mightā€™ve led to better outcomes.

Iā€™d hope someone who administrated both over the years could chime in. I have a perfectly up-to-code NC in a minimal default config to compare with. One issue that OC had that NC still has is speed. It eats absurdly much res to just show a few files, even after following every optimization religiously.

If OC fixed that with the years, thatā€™d be a reason to give it another shot. But like you, migration? Ehā€¦ Not my favorite activity.

OC 10 (PHP) will still be supported for a while. Weā€™ve been fixing bugs for some time, and slowly adding things based on customer requests, some of them affecting core and / or public apps, so the community can also take advantage of those.
Of course, there are things that will remain to be fixed because the change is risky and could affect the whole platform. If the problem comes from a bad design, it isnā€™t possible to change the design without breaking things.
As long as you keep the installation within the officially supported specifications, there shouldnā€™t be problems. The oficial docker image can help with this. There could be minor problems on setups not widely tested, but it shouldnā€™t happen frequently.
In terms of resource usage, there have been improvements here and there, but I donā€™t think itā€™s low enough for you.

For oCIS (go) I canā€™t say much about it. Itā€™s still under heavy development but there shouldnā€™t be any breaking change.
In terms of resource usage, Iā€™d say itā€™s definitely lower than OC 10.
Iā€™d say the biggest challenge is the setup. For small setups, there is an all-in-one setup which is just running a command (I think itā€™s recommended to have a reverse proxy in front of the server, such as traefik) but the builtin components might have performance limitations. In any case, most of them can be replaced by other ones. For example, you can use Keycloak or Authentik as idp instead of the builtin one, and have additional features coming from those providers.

1 Like

That sounds intriguing! Itā€™d be ideal, if all the fancy marketed features were optional. (Havenā€™t seen it live yet, but I saw a bunch of buzzwords flying around.)

The docs donā€™t have a default config for nginx yet, does oCIS require anything special? I suppose thereā€™s not a whole lot to do as itā€™s a single blob.

I briefly ran the docker demo, but to get past the domain trust error, one has to make a real compose and integrate it anyway, which I didnā€™t have time for. That didnā€™t seem all that unusual, though. Is there anything more complex beyond that?

What do you mean by ā€˜heavy developmentā€™, I thought you released stable? If weā€™re still talking Microsoft style ā€˜hey letā€™s just let a billion users be our unpaid testersā€™, then we should probably wait a few minors for evaluating.

You can give https://ocis.owncloud.com/ a try, although youā€™ll be limited to a regular user.

Other than requiring HTTPS connection for OIDC, I donā€™t think it requires anything else. There is an example of setup with traefik in Container Orchestration :: ownCloud Documentation so maybe you can translate it to use nginx instead of traefik.

For small installations I donā€™t think you need anything more than what is provided builtin. If itā€™s a big installation with thousands of users and millions of files, you might need additional services like Keycloak, access to a private read-only LDAP, etc,

Unlike OC 10, which is mainly maintenance and bug fixing (with some new features from time to time), oCIS has plans for new features that will keep coming. Itā€™s stable in the sense that there is no plan for a breaking change, but new features are expected to be added.

2 Likes

Is OC 10 considered a parallel project that will be kept alive indefinitely? As it does all most would want, a rock-solid ā€˜boringā€™ PHP version is useful, too.

Thanks! First thing I notice is the speed. Of course that could just be a beefy corporate server, but it feels smoother than what Iā€™m used to from OC historically/NC currently.

Parallel project? yes. To be kept indefinitely? unlikely.
The main focus is and will be oCIS. OC 10 will be maintained until there are customers paying for that, after that I donā€™t know what will happen. Iā€™m pretty sure it will be announced when it happens, and there will be some way to migrate to oCIS.
In any case, companies usually move slow, and I donā€™t think theyā€™ll want to move to oCIS until it has everything they need. Weā€™re talking about years, but itā€™s impossible to give an estimation.

For new installations, I think oCIS is the way to go unless you need something other than file access (calendar and contacts are often requested but not yet implemented in oCIS).

These are personal opinions since I have no decision power. I donā€™t think there has been an official announcement about the EOL of OC 10, and I donā€™t have any info about any date.

1 Like

Their absence is why I cannot even justify the expenditure of testing OCIS yet. I use some other functions, but calendar and contacts are critical.

2 Likes

I greatly prefer UNIX philosophy: One tool doing one job, properly, and with dedication. There are a few calDAV servers that work reliably and on next to no resources since forever. If youā€™re interested, at this point, someone probably slapped one of em into docker.

radicale or Baikal come to mind. We stopped using cal/cardDAV, but baikal worked reliably with just about anything, and res usage was unnoticeable.

Iā€™ll play with it when thereā€™s some free time, then. Thanks for your straight forward replies without marketing bs!

Seems thereā€™s no admin around who had both running recently. If I do set it up on the same server as NC, maybe Iā€™ll remember to post a comparison. The historically grown PHP bloat doesnā€™t seem fair to compare to a newly written golang program, though. Leaves only reliability, which weā€™ll see over time. Since there are no ā€˜moving partsā€™ anymore, I suppose that should be better. To be honest, I donā€™t remember why the PHP stuff always broke/still breaks, though. Itā€™s not PHPā€™s fault, and environments arenā€™t all that different. Guess thatā€™s more corporateā€™s fault for pushing for quick profit and my fault for updating to x.0.0s. NC even has an explicit corpo release channel said to be more-stable-than-stable. That tells you what they think of ā€˜stableā€™.

And now NC pushes ā€˜aiā€™. Because thatā€™s what you want in a filesharing tool, yup. /s

Damn, now Iā€™d like to give oCIS a real shot, haha.

Cheers guys

2 Likes

Hey,

i canā€™t say anything about NC (never had any reason to look at it because OC offered everything i need) and OCIS (i canā€™t migrate because i still need contacts and calendars which are provided in a responsible way by OC without having to install another software).

What i can say is that i never had any issues with updating OC since i had started to use it around OC 10.0.something a few years ago.

But i must admit that iā€™m only doing the manual update, disable 3rd party apps before and iā€™m also quite experienced with server and web app maintenance which could play a role in my good update experiences.

1 Like

Hi,

Iā€™m an admin of ownCloud and Nextcloud for some years. Both als admin and user I experience similar behaviour of both systems. At work we use ownCloud and for my private needs Iā€™ve installed a nextcloud, because they were faster with updates. In the stable branch it seems to be the same at the moment. In both there are ā€œappsā€ Iā€™ll deactivate or add, so they are nearly the same. Regarding performance I canā€™t compare them because of the difference in the hardware used. So if you like minimal admin work I would stick to ownCloud because of lower frequence of updates.

3 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.