I'd like to deploy incremental changes to content (what's hosted within DB) as a complete package. Current steps look like below.
Deploy code
Get Azure to sync database
I'd like to take both database changes in one environment / base and apply them to another environment as one whole package along with code (instead of two separate steps).
Essentially what I'm looking for, is one package deployment which includes code changes and database (this can be changes / whole db).
What I'd like to avoid is databases getting out sync. i.e. I'd like the target db to be a mirror of what source is.
Complete package deployment of Umbraco
Environment - hosted in Azure.
I'd like to deploy incremental changes to content (what's hosted within DB) as a complete package. Current steps look like below.
I'd like to take both database changes in one environment / base and apply them to another environment as one whole package along with code (instead of two separate steps).
Essentially what I'm looking for, is one package deployment which includes code changes and database (this can be changes / whole db).
What I'd like to avoid is databases getting out sync. i.e. I'd like the target db to be a mirror of what source is.
Hi,
you might want to take a look at uSync. https://our.umbraco.com/packages/developer-tools/usync/
this syncs the internal Umbraco changes to and from disk, so they can go into source control and be deployed,
there are some rough azure guide steps in the below posts (the UI to Azure DevOps has changed a bit)
https://blog.jumoo.co.uk/2017/working-with-usync/
Hi Kevin, have you had a chance to test it for the following version - Umbraco version 7.13.x assembly: 1.0.6949.x
Hi
yeah, uSync will work with Umbraco 7.13 - I've got a few 7.13 sites deploying via azure using usync and they are working fine.
Kevin
is working on a reply...