You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added code to fix this. The problem was that the server answer with status 200 on requests which fail because of the missing database. That made csync thinking the server side has no files any more.
Checking also the content type now for type application/xml.
Now check on both the result code and the content type of the
reply. If the content-type is not applicaton/xml do not accept the
answer even if the status code is good.
This fixes#92
Yesterday, I had to work on the databases on the server hosting my owncloud instance. I had to shut down the mysql daemon more than once.
Going back home, all the files in synced directories where gone, and the client had crashed.
I don't know if the database outage and the sync deletion are related, but it's the only events I can remember when all this happened.
The text was updated successfully, but these errors were encountered: