Closed ptrktws closed 6 years ago
When moving the data to server2, are you sure that the database contens was from the same time like the data folder ? Because when you overwrite an encrypted file the value of the "oc_filecache.encrypted" column is increased. If this value doesn't match with the number of times the encrypted file was written, you get "Bad signature".
I'm pretty sure yes. If i look at the timestamp from an affected file it's for example from the 13th April and i did the update on May 6th. Nothing has changed. the output from the database is the following:
MySQL> select fileid,path,encrypted from oc_filecache where path like ‚%filepath‘ | 23402575 | filepath | 1 |
on the old system it looks like: MySQL> select fileid,path,encrypted from oc_filecache where path like ‚%filepath‘ | 23402575 | filepath | 1
Edit: had to insert my MySQL command for understanding the Output.
Is there a way to update the row to make the file work again? All file keys and Share keys are still there.
Hey, this issue has been closed because the label needs info
is set and there were no updates for 14 days. Feel free to reopen this issue if you deem it appropriate.
(This is an automated comment from GitMate.io.)
Hey, this issue has been closed because the label needs info
is set and there were no updates for 14 days. Feel free to reopen this issue if you deem it appropriate.
(This is an automated comment from GitMate.io.)
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.