Kevin Jump
Kevin Jump
in terms of core it does need to be optional, deleting a document type inside umbraco will also delete any content associated with that doctype, so a full match sync...
Need to remember to do content edition too .
Having thought about this - it's a potentially dangerous change to just pop in to the main app - I am going to move it to its own dll ,...
hi, not at the moment, I think the code is half in a branch somewhere. but it hasn't been brought into what will be the explicit sync project here:. https://github.com/KevinJump/uSync/tree/Dev-v7_4/Jumoo.uSync.ExplicitSync...
Hi, turning logging levels up to debug might give a little more info, but there is obviously something going wrong 😞 try adding to log4net.config : ``` ```
Hi, the logging seems to indicate it is getting past the domain handler, the domain handler is included because of the EnableMissing="true" line (which is the default) basically this says...
but at the moment that's not the issue, because you are getting to the bit where snapshots cleans up its folders (so removes and duplicates, etc) - i suspect this...
you have to restart the site after changing that file (it doesn't trigger a restart like a web.config)
In all likelyhood its failing here https://github.com/KevinJump/uSync/blob/82c1c35037b2bac998e06d23cc1e0d19b1c25a20/Jumoo.uSync.Snapshots/Helpers/SnapshotIO.cs#L59 or here https://github.com/KevinJump/uSync/blob/82c1c35037b2bac998e06d23cc1e0d19b1c25a20/Jumoo.uSync.Snapshots/Helpers/SnapshotIO.cs#L93 this is at the end of the process when it's created a snapshot, it removes anything that was in the...
yeah my suspicions are with azure disk access - i think if we are rapdily reading/writing things, we can't be 100% sure things are happing in the order we expect.