We also had HUGE problems with OwnCloud. It's a very heavyweight application and we ran into some of the same problems mentioned in one of the sibling posts. But probably the worst thing about OwnCloud is that we had files come up missing seemingly randomly. Unfortunately we were already several months into a site installation before we figured out what was happening. You're probably reading this and wondering why we couldn't just retrieve a copy from somewhere else, and the answer is that when OwnCloud eats your files, it syncs that state to all of the clients. This is incredibly insidious and as it turns out, this is an open secret among the OwnCloud developers and its community. Just Google for "OwnCloud file missing" and you'll get pages of results. You are really tempting fate if you use OwnCloud for anything non-trivial (which is probably the very reason you want it synced). It's like the dryer that eats your socks, except that it's your business documents.
settings: deployment behind a nginx, ldap login for the users.
rolling oc out was a nightmare. we tried several major releases, every time hoping things will be different.
both requirements caused a lot of trouble, we run into a lot of documented but unfixed bugs. they were often closed with the comment: ldap subsystem will be rewritten.
i thing we tested three times, each time a new major version. each time there was a new ldap system, but it was still broken.
Major syncing issues that will lead to a ton of support requests. The number of users using the application didn't seem to make a difference - our user count slowly increased, then decreased at the end. Various people had sync issues the whole time.
I'd like to see something like this redone in a lower level language - it seems like PHP isn't well suited for this task.
fapjacks|11 years ago
mixedmath|11 years ago
jojoo|11 years ago
settings: deployment behind a nginx, ldap login for the users.
rolling oc out was a nightmare. we tried several major releases, every time hoping things will be different.
both requirements caused a lot of trouble, we run into a lot of documented but unfixed bugs. they were often closed with the comment: ldap subsystem will be rewritten.
i thing we tested three times, each time a new major version. each time there was a new ldap system, but it was still broken.
driverdan|11 years ago
npaquin|11 years ago
I'd like to see something like this redone in a lower level language - it seems like PHP isn't well suited for this task.