Hi,
I am facing an issue in uploading a document using webdav/davfs2 on openkm v6.3.0 community.
Openkm was working perfectly fine with about 350,000 documents uploaded. However, after uploading another 150,000 documents, I notice a strange behavior. When I upload a new version of a document, the new version is visible for a couple of seconds and then it is restored to the older version.
I am trying to upload a file 'Cloverleaf Certificates.pdf' (size of old version is '837772' and size of new version is '838878'). Here is the output of 'ls -ltr' command right after uploading the new version...
Any help is appreciated...
Thanks in advance!!
I am facing an issue in uploading a document using webdav/davfs2 on openkm v6.3.0 community.
Openkm was working perfectly fine with about 350,000 documents uploaded. However, after uploading another 150,000 documents, I notice a strange behavior. When I upload a new version of a document, the new version is visible for a couple of seconds and then it is restored to the older version.
I am trying to upload a file 'Cloverleaf Certificates.pdf' (size of old version is '837772' and size of new version is '838878'). Here is the output of 'ls -ltr' command right after uploading the new version...
Code: Select all
As you can see, in the third 'ls' command, 'Cloverleaf Certificates.pdf' disappears and in the fourth 'ls' command it reappears but as the old version (identifiable via file-size). It looks like something has restored the old version. I don't see any error in catalina.log or syslog/davfs2. root@UbuntHTPC:/datapool/Cloverleaf/Certificates# ls -ltr
total 2002
-rwx------ 1 khalid sftp-only 1209942 Mar 22 01:10 Cloverleaf Certificates.tif
-rwx------ 1 khalid sftp-only 838878 Mar 22 01:10 Cloverleaf Certificates.pdf
root@UbuntHTPC:/datapool/Cloverleaf/Certificates# ls -ltr
total 2002
-rwx------ 1 khalid sftp-only 1209942 Mar 22 01:10 Cloverleaf Certificates.tif
-rwx------ 1 khalid sftp-only 838878 Mar 22 01:10 Cloverleaf Certificates.pdf
root@UbuntHTPC:/datapool/Cloverleaf/Certificates# ls -ltr
total 1182
-rwx------ 1 khalid sftp-only 1209942 Mar 22 01:10 Cloverleaf Certificates.tif
root@UbuntHTPC:/datapool/Cloverleaf/Certificates# ls -ltr
total 2001
-rwx------ 1 khalid sftp-only 1209942 Mar 22 01:10 Cloverleaf Certificates.tif
-rwx------ 1 khalid sftp-only 837772 Mar 23 20:23 Cloverleaf Certificates.pdfAny help is appreciated...
Thanks in advance!!
