Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uSync database on VM #261

Open
cjacob-addland opened this issue Dec 10, 2020 · 3 comments
Open

uSync database on VM #261

cjacob-addland opened this issue Dec 10, 2020 · 3 comments

Comments

@cjacob-addland
Copy link

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?

@KevinJump
Copy link
Owner

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.

@KevinJump
Copy link
Owner

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

@cjacob-addland
Copy link
Author

cjacob-addland commented Dec 10, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants