KevinJump/uSync-Legacy

uSync database on VM

cjacob-addland opened this issue · 3 comments

I have got Umbraco running on an App Service on Azure. The database is in a SQL Virtual Machine. Though Umbraco can run with the database in the VM, uSync doesn't seem to do anything and no content is updated or synched.

Would you be able to guide on what could be the issue or does uSync does not support VM databases?

Hi, this might not be a uSync issue -

uSync performs all its changes via the Umbraco APIs and doesn't do anything directly with the DB - so if umbraco works with the DB then uSync should.

I would check the Umbraco logs - there may be other reasons the changes aren't being applied.

things to check

  1. if you are load balancing in any way then uSync will only run though changes on the master server (this can include if you are sharing the DB between azure a local as Umbraco will think those servers are load balanced). this would be in the logs.
  2. If uSync handlers are turned off, or missing then the sync will run though the bits it can, but might for example not import content - this would also be in the logs.

Hi also, just for my sanity, which version of uSync / Umbraco are you running?