Owncloud upgrade from 8.0 to 10.2 WebDav wrong quota

OwnCloud version: 10.2.1
Upgrade from an older OwnCloud:

8.0 > 8.1 > 8.2 > 9.0 > 9.1 > 10.1.0 > 10.2.1

Web server: Apache2
OS: Ubuntu 18.04.2 LTS(bionic)
PHP version: PHP 7.0.33

Database: 7.05.7.13 MySQL Community Server (GPL)
OS: CentOS release 6.6 (Final)

Data: ZFS 0.7.6-1 (Shared Folder)
OS: CentOS release 6.6 (Final)
Disk Space: 24T

Where did you install ownCloud from https://owncloud.org/download/


Config.php

{
'instanceid' => 'octr3pnrqt9x',
'passwordsalt' => 'D9BcUFk9U38hGZ73VQxflBX72Ol0JU',
'version' => '10.2.1.4',
'dbtype' => 'mysql',
'dbname' => 'owncloud',
'dbhost' => '***.***.***.***',
'dbtableprefix' => 'oc_',
'dbuser' => 'user',
'dbpassword' => '**************************************',
'forcessl' => true,
'memcache.local' => '\\OC\\Memcache\\APCu',
'default_language' => 'en',
'defaultapp' => 'files',
'knowledgebaseenabled' => false,
'knowledgebaseurl' => 'http://api.apps.owncloud.com/v1',
'appstoreenabled' => false,
'allow_user_to_change_display_name' => false,
'updatechecker' => false,
'theme' => 'cloudwm',
'log_type' => 'owncloud',
'datadirectory' => '/datastore001',
'overwrite.cli.url' => 'http://web1',
'htaccess.RewriteBase' => '/',
'installed' => true,
'loglevel' => 0,
'maintenance' => false,
'quota_include_external_storage' => true,
'secret' => 'dJ4WkKXBA05f0s6MHAogIISPzs7fthVeixeWvhM4xko08d7p',
'trusted_domains' =>
array (
0 => 'web1',
1 => 'web2',
2 => 'web3',
3 => 'web4',
4 => 'web5',
),
'trashbin_retention_obligation' => 'auto',
}



Issues:

  • “Exception: HTTP/1.1 403 Unsupported client version.”
  • Sometimes cant connect to WebDAV and if the connection working it shows me wrong capacity(I have limited the disk for my user to 1 GB and fulled it).
    image

Where is the WebDav config file located and how to fix this issue?

Note: It’s production server and cannot be reinstalled the OwnCloud and the Data cannot be moved due to the data capacity.

Thanks for helpers :slight_smile:

Did you checked the ownCloud logs?
PHP version should be 7.2, I think…

Here is an old post maybe it helps:
https://forum.owncloud.org/viewtopic.php?t=7536

Unsupported client version

Did you upgrade your client too?!

I get the same issue for PHP 7.2 and yes, I’m using the latest client version.