I have the same problem.
There is an option in config.php to define a minimum client version (from the admin manual):
minimum.supported.desktop.version’ => ’2.1.1’
Does anybody know if this will work or lead to problems?
What ist the official minimum client version of 10.0.3-server?
2.1.1-client was fine with 10.0.2-server. IMHO a minor version change should not force the client to change.
BTW: The admin manual for version 10 states that ubunto 16.04 is recommended. This might be true for the server side. But should be for the client side, too. At least until Ubuntu 18.04 LTS will be released.
I’ve installed the client on ubuntu 16.04 according to Download Server Packages - ownCloud.
Good news: The client on my system shows up as version 2.3.3
Bad news: the package nautilus-owncloud refuses to install. Any solutions to this one?
UPDATE/SOLUTION: The package owncloud-client-nautilus works as intended!
For now, I told the 10.0.3-Server to accecpt clients from version 2.1.1 and higher.
It works fine.
Please confirm or critisize the following reasoning:
10.0.3 is a webdav-compatible server. Any webdav-client can connect to it. Since oC-client 2.1.1 is a webdav-client, there is no reason why this client-server-combination should not work - unless one of them is buggy. And even in the case the client is buggy, the server should be able to handle it. Or at least the server should be able to protect its data from loss or corruption.
I guess the owncloud sync client is more then a simple “webdav-client” and there are most likely strong reasons why such a newer version is enforced. Until you want to shoot yourself into your feed its probably strongly discouraged to use such outdated version like 2.1.1
We have just installed the latest versions of both owncloud server and client. When installng the desktop client in MacOs it works as expected. But when doing so in another machine with Ubuntu 16.4 we are getting the same error (unsupported client version). We have downloaded everything from Download Server Packages - ownCloud. Is there any bug in the Ubuntu version or are we missing anything? Thanks
I think the chances that this is true is very high. You probably still getting the 2.1.1 client directly from Ubuntu 16.04 rather then the expected 2.4.0 from the ownCloud repositories. Maybe the following command is telling you more and helping you to correctly setup the repositories to get a newer version:
Thanks Tom, you are right. When running the command I can see that the installed version was 2.1.1. We have tried installing everything again adding the repositories instead of downloading the binary file and it works.